Html Css Color HEX #BD8921 Nugget

📋 copy color: '#BD8921'

red 189 ◦ green 137 ◦ blue 33

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

Shades of Nugget #BD8921

Tints of Nugget #BD8921

RGB

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

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

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

R = 52.65%
G = 38.16%
B = 9.19%

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

#BD8921 (or 0xBD8921) is known color: Nugget. HEX triplet: BD, 89 and 21. RGB value is (189,137,33). Sum of RGB (Red+Green+Blue) = 189+137+33=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8921 is #4276DE. Grayscale: #8D8D8D. Windows color (decimal): -4355807 or 2197949. OLE color: 2197949.

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

Color convert

RGB 189 137 33 -
CMYK 0 0.28 0.83 0.26
HSL 40º 0.7% 0.44% -
HSV(B) 40º 0.83% 0.74% -
XYZ 30.21 28.82 5.41 -
YUV 140.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 189 137 33 0 0.28 0.83 0.26 40 0.7 0.44
Hex BD 89 21 0 1C 53 1A 28 46 2C
Octal 275 211 41 0 34 123 32 50 106 54
Binary 10111101 10001001 100001 0 11100 1010011 11010 101000 1000110 101100

Color Harmonies of #BD8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8921

Black with #BD8921

Text Example


Text Example

White with #BD8921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8921; }

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

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

background-color css

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

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

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

border-color css

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

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

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