Html Css Color HEX #BD8822 Nugget

📋 copy color: '#BD8822'

red 189 ◦ green 136 ◦ blue 34

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

Shades of Nugget #BD8822

Tints of Nugget #BD8822

RGB

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

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

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

R = 52.65%
G = 37.88%
B = 9.47%

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

#BD8822 (or 0xBD8822) is known color: Nugget. HEX triplet: BD, 88 and 22. RGB value is (189,136,34). Sum of RGB (Red+Green+Blue) = 189+136+34=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8822 is #4277DD. Grayscale: #8C8C8C. Windows color (decimal): -4356062 or 2263229. OLE color: 2263229.

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

Color convert

RGB 189 136 34 -
CMYK 0 0.28 0.82 0.26
HSL 39.48º 0.7% 0.44% -
HSV(B) 39.48º 0.82% 0.74% -
XYZ 30.08 28.54 5.44 -
YUV 140.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 189 136 34 0 0.28 0.82 0.26 39.48 0.7 0.44
Hex BD 88 22 0 1C 52 1A 27 46 2C
Octal 275 210 42 0 34 122 32 47 106 54
Binary 10111101 10001000 100010 0 11100 1010010 11010 100111 1000110 101100

Color Harmonies of #BD8822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8822

Black with #BD8822

Text Example


Text Example

White with #BD8822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8822; }

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

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

background-color css

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

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

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

border-color css

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

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

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