Html Css Color HEX #BD8727 Nugget

📋 copy color: '#BD8727'

red 189 ◦ green 135 ◦ blue 39

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

Shades of Nugget #BD8727

Tints of Nugget #BD8727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 52.07%
G = 37.19%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8727 (or 0xBD8727) is known color: Nugget. HEX triplet: BD, 87 and 27. RGB value is (189,135,39). Sum of RGB (Red+Green+Blue) = 189+135+39=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8727 is #4278D8. Grayscale: #8C8C8C. Windows color (decimal): -4356313 or 2590653. OLE color: 2590653.

HSL color Cylindrical-coordinate representation of color #BD8727: hue angle of 38.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8727 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 135 39 -
CMYK 0 0.29 0.79 0.26
HSL 38.4º 0.66% 0.45% -
HSV(B) 38.4º 0.79% 0.74% -
XYZ 30.02 28.29 5.8 -
YUV 140.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 189 135 39 0 0.29 0.79 0.26 38.4 0.66 0.45
Hex BD 87 27 0 1D 4F 1A 26 42 2D
Octal 275 207 47 0 35 117 32 46 102 55
Binary 10111101 10000111 100111 0 11101 1001111 11010 100110 1000010 101101

Color Harmonies of #BD8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8727

Black with #BD8727

Text Example


Text Example

White with #BD8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8727; }

 p { color: rgb(189,135,39); }

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

background-color css

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

 a { background-color: rgb(189,135,39); }

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

border-color css

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

 span { border-color: rgb(189,135,39); }

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