Html Css Color HEX #BD8825 Nugget

📋 copy color: '#BD8825'

red 189 ◦ green 136 ◦ blue 37

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

Shades of Nugget #BD8825

Tints of Nugget #BD8825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 52.21%
G = 37.57%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD8825 (or 0xBD8825) is known color: Nugget. HEX triplet: BD, 88 and 25. RGB value is (189,136,37). Sum of RGB (Red+Green+Blue) = 189+136+37=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8825 is #4277DA. Grayscale: #8D8D8D. Windows color (decimal): -4356059 or 2459837. OLE color: 2459837.

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

Color convert

RGB 189 136 37 -
CMYK 0 0.28 0.80 0.26
HSL 39.08º 0.67% 0.44% -
HSV(B) 39.08º 0.8% 0.74% -
XYZ 30.12 28.56 5.68 -
YUV 140.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 189 136 37 0 0.28 0.80 0.26 39.08 0.67 0.44
Hex BD 88 25 0 1C 50 1A 27 43 2C
Octal 275 210 45 0 34 120 32 47 103 54
Binary 10111101 10001000 100101 0 11100 1010000 11010 100111 1000011 101100

Color Harmonies of #BD8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8825

Black with #BD8825

Text Example


Text Example

White with #BD8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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