Html Css Color HEX #BD890A Dark Goldenrod

📋 copy color: '#BD890A'

red 189 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #BD890A

Tints of Dark Goldenrod #BD890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 56.25%
G = 40.77%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD890A (or 0xBD890A) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 0A. RGB value is (189,137,10). Sum of RGB (Red+Green+Blue) = 189+137+10=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD890A is #4276F5. Grayscale: #8A8A8A. Windows color (decimal): -4355830 or 690621. OLE color: 690621.

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

Color convert

RGB 189 137 10 -
CMYK 0 0.28 0.95 0.26
HSL 42.57º 0.9% 0.39% -
HSV(B) 42.57º 0.95% 0.74% -
XYZ 29.99 28.73 4.25 -
YUV 138.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 189 137 10 0 0.28 0.95 0.26 42.57 0.9 0.39
Hex BD 89 A 0 1C 5F 1A 2B 5A 27
Octal 275 211 12 0 34 137 32 53 132 47
Binary 10111101 10001001 1010 0 11100 1011111 11010 101011 1011010 100111

Color Harmonies of #BD890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD890A

Black with #BD890A

Text Example


Text Example

White with #BD890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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