Html Css Color HEX #B88921 Nugget

📋 copy color: '#B88921'

red 184 ◦ green 137 ◦ blue 33

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

Shades of Nugget #B88921

Tints of Nugget #B88921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 51.98%
G = 38.7%
B = 9.32%

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

#B88921 (or 0xB88921) is known color: Nugget. HEX triplet: B8, 89 and 21. RGB value is (184,137,33). Sum of RGB (Red+Green+Blue) = 184+137+33=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B88921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88921 is #4776DE. Grayscale: #8B8B8B. Windows color (decimal): -4683487 or 2197944. OLE color: 2197944.

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

Color convert

RGB 184 137 33 -
CMYK 0 0.26 0.82 0.28
HSL 41.32º 0.7% 0.43% -
HSV(B) 41.32º 0.82% 0.72% -
XYZ 28.99 28.19 5.35 -
YUV 139.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 184 137 33 0 0.26 0.82 0.28 41.32 0.7 0.43
Hex B8 89 21 0 1A 52 1C 29 46 2B
Octal 270 211 41 0 32 122 34 51 106 53
Binary 10111000 10001001 100001 0 11010 1010010 11100 101001 1000110 101011

Color Harmonies of #B88921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88921

Black with #B88921

Text Example


Text Example

White with #B88921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88921; }

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

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

background-color css

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

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

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

border-color css

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

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

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