Html Css Color HEX #B88720 Nugget

📋 copy color: '#B88720'

red 184 ◦ green 135 ◦ blue 32

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

Shades of Nugget #B88720

Tints of Nugget #B88720

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 52.42%
G = 38.46%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B88720 (or 0xB88720) is known color: Nugget. HEX triplet: B8, 87 and 20. RGB value is (184,135,32). Sum of RGB (Red+Green+Blue) = 184+135+32=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B88720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88720 is #4778DF. Grayscale: #8A8A8A. Windows color (decimal): -4684000 or 2131896. OLE color: 2131896.

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

Color convert

RGB 184 135 32 -
CMYK 0 0.27 0.83 0.28
HSL 40.66º 0.7% 0.42% -
HSV(B) 40.66º 0.83% 0.72% -
XYZ 28.69 27.62 5.19 -
YUV 137.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 184 135 32 0 0.27 0.83 0.28 40.66 0.7 0.42
Hex B8 87 20 0 1B 53 1C 29 46 2A
Octal 270 207 40 0 33 123 34 51 106 52
Binary 10111000 10000111 100000 0 11011 1010011 11100 101001 1000110 101010

Color Harmonies of #B88720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88720

Black with #B88720

Text Example


Text Example

White with #B88720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88720; }

 p { color: rgb(184,135,32); }

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

background-color css

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

 a { background-color: rgb(184,135,32); }

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

border-color css

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

 span { border-color: rgb(184,135,32); }

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