Html Css Color HEX #B88A24 Nugget

📋 copy color: '#B88A24'

red 184 ◦ green 138 ◦ blue 36

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

Shades of Nugget #B88A24

Tints of Nugget #B88A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 51.4%
G = 38.55%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B88A24 (or 0xB88A24) is known color: Nugget. HEX triplet: B8, 8A and 24. RGB value is (184,138,36). Sum of RGB (Red+Green+Blue) = 184+138+36=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A24 is #4775DB. Grayscale: #8C8C8C. Windows color (decimal): -4683228 or 2394808. OLE color: 2394808.

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

Color convert

RGB 184 138 36 -
CMYK 0 0.25 0.80 0.28
HSL 41.35º 0.67% 0.43% -
HSV(B) 41.35º 0.8% 0.72% -
XYZ 29.17 28.49 5.63 -
YUV 140.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 184 138 36 0 0.25 0.80 0.28 41.35 0.67 0.43
Hex B8 8A 24 0 19 50 1C 29 43 2B
Octal 270 212 44 0 31 120 34 51 103 53
Binary 10111000 10001010 100100 0 11001 1010000 11100 101001 1000011 101011

Color Harmonies of #B88A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A24

Black with #B88A24

Text Example


Text Example

White with #B88A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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