Html Css Color HEX #BD8C21 Nugget

📋 copy color: '#BD8C21'

red 189 ◦ green 140 ◦ blue 33

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

Shades of Nugget #BD8C21

Tints of Nugget #BD8C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 52.21%
G = 38.67%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8C21 (or 0xBD8C21) is known color: Nugget. HEX triplet: BD, 8C and 21. RGB value is (189,140,33). Sum of RGB (Red+Green+Blue) = 189+140+33=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C21 is #4273DE. Grayscale: #8E8E8E. Windows color (decimal): -4355039 or 2198717. OLE color: 2198717.

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

Color convert

RGB 189 140 33 -
CMYK 0 0.26 0.83 0.26
HSL 41.15º 0.7% 0.44% -
HSV(B) 41.15º 0.83% 0.74% -
XYZ 30.64 29.68 5.55 -
YUV 142.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 189 140 33 0 0.26 0.83 0.26 41.15 0.7 0.44
Hex BD 8C 21 0 1A 53 1A 29 46 2C
Octal 275 214 41 0 32 123 32 51 106 54
Binary 10111101 10001100 100001 0 11010 1010011 11010 101001 1000110 101100

Color Harmonies of #BD8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C21

Black with #BD8C21

Text Example


Text Example

White with #BD8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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