Html Css Color HEX #BD8922 Nugget

📋 copy color: '#BD8922'

red 189 ◦ green 137 ◦ blue 34

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

Shades of Nugget #BD8922

Tints of Nugget #BD8922

RGB

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

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

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

R = 52.5%
G = 38.06%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD8922 (or 0xBD8922) is known color: Nugget. HEX triplet: BD, 89 and 22. RGB value is (189,137,34). Sum of RGB (Red+Green+Blue) = 189+137+34=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8922 is #4276DD. Grayscale: #8D8D8D. Windows color (decimal): -4355806 or 2263485. OLE color: 2263485.

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

Color convert

RGB 189 137 34 -
CMYK 0 0.28 0.82 0.26
HSL 39.87º 0.7% 0.44% -
HSV(B) 39.87º 0.82% 0.74% -
XYZ 30.22 28.83 5.48 -
YUV 140.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 189 137 34 0 0.28 0.82 0.26 39.87 0.7 0.44
Hex BD 89 22 0 1C 52 1A 28 46 2C
Octal 275 211 42 0 34 122 32 50 106 54
Binary 10111101 10001001 100010 0 11100 1010010 11010 101000 1000110 101100

Color Harmonies of #BD8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8922

Black with #BD8922

Text Example


Text Example

White with #BD8922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8922; }

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

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

background-color css

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

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

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

border-color css

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

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

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