Html Css Color HEX #BD810A Dark Goldenrod

📋 copy color: '#BD810A'

red 189 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #BD810A

Tints of Dark Goldenrod #BD810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 57.62%
G = 39.33%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD810A (or 0xBD810A) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 0A. RGB value is (189,129,10). Sum of RGB (Red+Green+Blue) = 189+129+10=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD810A is #427EF5. Grayscale: #858585. Windows color (decimal): -4357878 or 688573. OLE color: 688573.

HSL color Cylindrical-coordinate representation of color #BD810A: hue angle of 39.89º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD810A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 10 -
CMYK 0 0.32 0.95 0.26
HSL 39.89º 0.9% 0.39% -
HSV(B) 39.89º 0.95% 0.74% -
XYZ 28.89 26.54 3.89 -
YUV 133.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 189 129 10 0 0.32 0.95 0.26 39.89 0.9 0.39
Hex BD 81 A 0 20 5F 1A 28 5A 27
Octal 275 201 12 0 40 137 32 50 132 47
Binary 10111101 10000001 1010 0 100000 1011111 11010 101000 1011010 100111

Color Harmonies of #BD810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD810A

Black with #BD810A

Text Example


Text Example

White with #BD810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD810A; }

 p { color: rgb(189,129,10); }

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

background-color css

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

 a { background-color: rgb(189,129,10); }

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

border-color css

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

 span { border-color: rgb(189,129,10); }

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