Html Css Color HEX #BD8821 Nugget

📋 copy color: '#BD8821'

red 189 ◦ green 136 ◦ blue 33

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

Shades of Nugget #BD8821

Tints of Nugget #BD8821

RGB

 RED value IS 189 (74.22% from 255) = 52.79%

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

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

R = 52.79%
G = 37.99%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8821 (or 0xBD8821) is known color: Nugget. HEX triplet: BD, 88 and 21. RGB value is (189,136,33). Sum of RGB (Red+Green+Blue) = 189+136+33=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8821 is #4277DE. Grayscale: #8C8C8C. Windows color (decimal): -4356063 or 2197693. OLE color: 2197693.

HSL color Cylindrical-coordinate representation of color #BD8821: hue angle of 39.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD8821 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 33 -
CMYK 0 0.28 0.83 0.26
HSL 39.62º 0.7% 0.44% -
HSV(B) 39.62º 0.83% 0.74% -
XYZ 30.06 28.54 5.36 -
YUV 140.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 189 136 33 0 0.28 0.83 0.26 39.62 0.7 0.44
Hex BD 88 21 0 1C 53 1A 28 46 2C
Octal 275 210 41 0 34 123 32 50 106 54
Binary 10111101 10001000 100001 0 11100 1010011 11010 101000 1000110 101100

Color Harmonies of #BD8821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8821

Black with #BD8821

Text Example


Text Example

White with #BD8821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8821; }

 p { color: rgb(189,136,33); }

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

background-color css

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

 a { background-color: rgb(189,136,33); }

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

border-color css

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

 span { border-color: rgb(189,136,33); }

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