Html Css Color HEX #B88A20 Nugget

📋 copy color: '#B88A20'

red 184 ◦ green 138 ◦ blue 32

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

Shades of Nugget #B88A20

Tints of Nugget #B88A20

RGB

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

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

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

R = 51.98%
G = 38.98%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B88A20 (or 0xB88A20) is known color: Nugget. HEX triplet: B8, 8A and 20. RGB value is (184,138,32). Sum of RGB (Red+Green+Blue) = 184+138+32=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A20 is #4775DF. Grayscale: #8C8C8C. Windows color (decimal): -4683232 or 2132664. OLE color: 2132664.

HSL color Cylindrical-coordinate representation of color #B88A20: hue angle of 41.84º 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 #B88A20 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 32 -
CMYK 0 0.25 0.83 0.28
HSL 41.84º 0.7% 0.42% -
HSV(B) 41.84º 0.83% 0.72% -
XYZ 29.12 28.47 5.33 -
YUV 139.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 184 138 32 0 0.25 0.83 0.28 41.84 0.7 0.42
Hex B8 8A 20 0 19 53 1C 2A 46 2A
Octal 270 212 40 0 31 123 34 52 106 52
Binary 10111000 10001010 100000 0 11001 1010011 11100 101010 1000110 101010

Color Harmonies of #B88A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A20

Black with #B88A20

Text Example


Text Example

White with #B88A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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