Html Css Color HEX #BD8B1A Dark Goldenrod

📋 copy color: '#BD8B1A'

red 189 ◦ green 139 ◦ blue 26

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

Shades of Dark Goldenrod #BD8B1A

Tints of Dark Goldenrod #BD8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 53.39%
G = 39.27%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8B1A (or 0xBD8B1A) is known color: Dark Goldenrod. HEX triplet: BD, 8B and 1A. RGB value is (189,139,26). Sum of RGB (Red+Green+Blue) = 189+139+26=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B1A is #4274E5. Grayscale: #8D8D8D. Windows color (decimal): -4355302 or 1739709. OLE color: 1739709.

HSL color Cylindrical-coordinate representation of color #BD8B1A: hue angle of 41.6º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD8B1A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 139 26 -
CMYK 0 0.26 0.86 0.26
HSL 41.6º 0.76% 0.42% -
HSV(B) 41.6º 0.86% 0.74% -
XYZ 30.41 29.36 5.04 -
YUV 141.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 189 139 26 0 0.26 0.86 0.26 41.6 0.76 0.42
Hex BD 8B 1A 0 1A 56 1A 2A 4C 2A
Octal 275 213 32 0 32 126 32 52 114 52
Binary 10111101 10001011 11010 0 11010 1010110 11010 101010 1001100 101010

Color Harmonies of #BD8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B1A

Black with #BD8B1A

Text Example


Text Example

White with #BD8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B1A; }

 p { color: rgb(189,139,26); }

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

background-color css

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

 a { background-color: rgb(189,139,26); }

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

border-color css

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

 span { border-color: rgb(189,139,26); }

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