Html Css Color HEX #BD8D27 Nugget

📋 copy color: '#BD8D27'

red 189 ◦ green 141 ◦ blue 39

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

Shades of Nugget #BD8D27

Tints of Nugget #BD8D27

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

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

R = 51.22%
G = 38.21%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8D27 (or 0xBD8D27) is known color: Nugget. HEX triplet: BD, 8D and 27. RGB value is (189,141,39). Sum of RGB (Red+Green+Blue) = 189+141+39=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D27 is #4272D8. Grayscale: #909090. Windows color (decimal): -4354777 or 2592189. OLE color: 2592189.

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

Color convert

RGB 189 141 39 -
CMYK 0 0.25 0.79 0.26
HSL 40.8º 0.66% 0.45% -
HSV(B) 40.8º 0.79% 0.74% -
XYZ 30.88 30.02 6.09 -
YUV 143.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 189 141 39 0 0.25 0.79 0.26 40.8 0.66 0.45
Hex BD 8D 27 0 19 4F 1A 29 42 2D
Octal 275 215 47 0 31 117 32 51 102 55
Binary 10111101 10001101 100111 0 11001 1001111 11010 101001 1000010 101101

Color Harmonies of #BD8D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D27

Black with #BD8D27

Text Example


Text Example

White with #BD8D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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