Html Css Color HEX #B78A28 Nugget

📋 copy color: '#B78A28'

red 183 ◦ green 138 ◦ blue 40

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

Shades of Nugget #B78A28

Tints of Nugget #B78A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 50.69%
G = 38.23%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B78A28 (or 0xB78A28) is known color: Nugget. HEX triplet: B7, 8A and 28. RGB value is (183,138,40). Sum of RGB (Red+Green+Blue) = 183+138+40=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A28 is #4875D7. Grayscale: #8C8C8C. Windows color (decimal): -4748760 or 2656951. OLE color: 2656951.

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

Color convert

RGB 183 138 40 -
CMYK 0 0.25 0.78 0.28
HSL 41.12º 0.64% 0.44% -
HSV(B) 41.12º 0.78% 0.72% -
XYZ 29 28.4 5.96 -
YUV 140.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 183 138 40 0 0.25 0.78 0.28 41.12 0.64 0.44
Hex B7 8A 28 0 19 4E 1C 29 40 2C
Octal 267 212 50 0 31 116 34 51 100 54
Binary 10110111 10001010 101000 0 11001 1001110 11100 101001 1000000 101100

Color Harmonies of #B78A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A28

Black with #B78A28

Text Example


Text Example

White with #B78A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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