Html Css Color HEX #B88822 Nugget

📋 copy color: '#B88822'

red 184 ◦ green 136 ◦ blue 34

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

Shades of Nugget #B88822

Tints of Nugget #B88822

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.42%

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

R = 51.98%
G = 38.42%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B88822 (or 0xB88822) is known color: Nugget. HEX triplet: B8, 88 and 22. RGB value is (184,136,34). Sum of RGB (Red+Green+Blue) = 184+136+34=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B88822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88822 is #4777DD. Grayscale: #8B8B8B. Windows color (decimal): -4683742 or 2263224. OLE color: 2263224.

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

Color convert

RGB 184 136 34 -
CMYK 0 0.26 0.82 0.28
HSL 40.8º 0.69% 0.43% -
HSV(B) 40.8º 0.82% 0.72% -
XYZ 28.86 27.91 5.38 -
YUV 138.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 184 136 34 0 0.26 0.82 0.28 40.8 0.69 0.43
Hex B8 88 22 0 1A 52 1C 29 45 2B
Octal 270 210 42 0 32 122 34 51 105 53
Binary 10111000 10001000 100010 0 11010 1010010 11100 101001 1000101 101011

Color Harmonies of #B88822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88822

Black with #B88822

Text Example


Text Example

White with #B88822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88822; }

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

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

background-color css

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

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

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

border-color css

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

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

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