Html Css Color HEX #B78A26 Nugget

📋 copy color: '#B78A26'

red 183 ◦ green 138 ◦ blue 38

#B78A26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #B78A26

Tints of Nugget #B78A26

RGB

 RED value IS 183 (71.88% from 255) = 50.97%

 GREEN value IS 138 (54.3% from 255) = 38.44%

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 50.97%
G = 38.44%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B78A26 (or 0xB78A26) is known color: Nugget. HEX triplet: B7, 8A and 26. RGB value is (183,138,38). Sum of RGB (Red+Green+Blue) = 183+138+38=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A26 is #4875D9. Grayscale: #8C8C8C. Windows color (decimal): -4748762 or 2525879. OLE color: 2525879.

HSL color Cylindrical-coordinate representation of color #B78A26: hue angle of 41.38º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B78A26 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 38 -
CMYK 0 0.25 0.79 0.28
HSL 41.38º 0.66% 0.43% -
HSV(B) 41.38º 0.79% 0.72% -
XYZ 28.97 28.38 5.79 -
YUV 140.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 183 138 38 0 0.25 0.79 0.28 41.38 0.66 0.43
Hex B7 8A 26 0 19 4F 1C 29 42 2B
Octal 267 212 46 0 31 117 34 51 102 53
Binary 10110111 10001010 100110 0 11001 1001111 11100 101001 1000010 101011

Color Harmonies of #B78A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A26

Black with #B78A26

Text Example


Text Example

White with #B78A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A26; }

 p { color: rgb(183,138,38); }

 H1.HeaderClassName
 {
   color: #B78A26;
 }
 .AnyTagClassName
 {
   color: #B78A26;
 }
</style>

background-color css

<style>
 a { background-color: #B78A26; }

 a { background-color: rgb(183,138,38); }

 div.DivClassName
 {
   background-color: #B78A26;
 }
 .BgClassName
 {
   background-color: #B78A26;
 }
</style>

border-color css

<style>
 span { border-color: #B78A26; }

 span { border-color: rgb(183,138,38); }

 td.TdClassName
 {
   border-color: #B78A26;
 }
 .TagClassName
 {
   border-color: #B78A26;
 }
</style>