Html Css Color HEX #B88C22 Nugget

📋 copy color: '#B88C22'

red 184 ◦ green 140 ◦ blue 34

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

Shades of Nugget #B88C22

Tints of Nugget #B88C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.11%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 51.4%
G = 39.11%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B88C22 (or 0xB88C22) is known color: Nugget. HEX triplet: B8, 8C and 22. RGB value is (184,140,34). Sum of RGB (Red+Green+Blue) = 184+140+34=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C22 is #4773DD. Grayscale: #8D8D8D. Windows color (decimal): -4682718 or 2264248. OLE color: 2264248.

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

Color convert

RGB 184 140 34 -
CMYK 0 0.24 0.82 0.28
HSL 42.4º 0.69% 0.43% -
HSV(B) 42.4º 0.82% 0.72% -
XYZ 29.43 29.06 5.57 -
YUV 141.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 184 140 34 0 0.24 0.82 0.28 42.4 0.69 0.43
Hex B8 8C 22 0 18 52 1C 2A 45 2B
Octal 270 214 42 0 30 122 34 52 105 53
Binary 10111000 10001100 100010 0 11000 1010010 11100 101010 1000101 101011

Color Harmonies of #B88C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C22

Black with #B88C22

Text Example


Text Example

White with #B88C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C22; }

 p { color: rgb(184,140,34); }

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

background-color css

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

 a { background-color: rgb(184,140,34); }

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

border-color css

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

 span { border-color: rgb(184,140,34); }

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