Html Css Color HEX #B88922 Nugget

📋 copy color: '#B88922'

red 184 ◦ green 137 ◦ blue 34

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

Shades of Nugget #B88922

Tints of Nugget #B88922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

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

R = 51.83%
G = 38.59%
B = 9.58%

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

#B88922 (or 0xB88922) is known color: Nugget. HEX triplet: B8, 89 and 22. RGB value is (184,137,34). Sum of RGB (Red+Green+Blue) = 184+137+34=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B88922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88922 is #4776DD. Grayscale: #8B8B8B. Windows color (decimal): -4683486 or 2263480. OLE color: 2263480.

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

Color convert

RGB 184 137 34 -
CMYK 0 0.26 0.82 0.28
HSL 41.2º 0.69% 0.43% -
HSV(B) 41.2º 0.82% 0.72% -
XYZ 29 28.2 5.43 -
YUV 139.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 184 137 34 0 0.26 0.82 0.28 41.2 0.69 0.43
Hex B8 89 22 0 1A 52 1C 29 45 2B
Octal 270 211 42 0 32 122 34 51 105 53
Binary 10111000 10001001 100010 0 11010 1010010 11100 101001 1000101 101011

Color Harmonies of #B88922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88922

Black with #B88922

Text Example


Text Example

White with #B88922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88922; }

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

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

background-color css

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

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

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

border-color css

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

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

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