Html Css Color HEX #B78F21 Nugget

📋 copy color: '#B78F21'

red 183 ◦ green 143 ◦ blue 33

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

Shades of Nugget #B78F21

Tints of Nugget #B78F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 50.97%
G = 39.83%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B78F21 (or 0xB78F21) is known color: Nugget. HEX triplet: B7, 8F and 21. RGB value is (183,143,33). Sum of RGB (Red+Green+Blue) = 183+143+33=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F21 is #4870DE. Grayscale: #8E8E8E. Windows color (decimal): -4747487 or 2199479. OLE color: 2199479.

HSL color Cylindrical-coordinate representation of color #B78F21: hue angle of 44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B78F21 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 143 33 -
CMYK 0 0.22 0.82 0.28
HSL 44º 0.69% 0.42% -
HSV(B) 44º 0.82% 0.72% -
XYZ 29.63 29.82 5.63 -
YUV 142.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 183 143 33 0 0.22 0.82 0.28 44 0.69 0.42
Hex B7 8F 21 0 16 52 1C 2C 45 2A
Octal 267 217 41 0 26 122 34 54 105 52
Binary 10110111 10001111 100001 0 10110 1010010 11100 101100 1000101 101010

Color Harmonies of #B78F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78F21

Black with #B78F21

Text Example


Text Example

White with #B78F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78F21; }

 p { color: rgb(183,143,33); }

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

background-color css

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

 a { background-color: rgb(183,143,33); }

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

border-color css

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

 span { border-color: rgb(183,143,33); }

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