Html Css Color HEX #BD720A Dark Goldenrod

📋 copy color: '#BD720A'

red 189 ◦ green 114 ◦ blue 10

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

Shades of Dark Goldenrod #BD720A

Tints of Dark Goldenrod #BD720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 60.38%
G = 36.42%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD720A (or 0xBD720A) is known color: Dark Goldenrod. HEX triplet: BD, 72 and 0A. RGB value is (189,114,10). Sum of RGB (Red+Green+Blue) = 189+114+10=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD720A is #428DF5. Grayscale: #7D7D7D. Windows color (decimal): -4361718 or 684733. OLE color: 684733.

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

Color convert

RGB 189 114 10 -
CMYK 0 0.40 0.95 0.26
HSL 34.86º 0.9% 0.39% -
HSV(B) 34.86º 0.95% 0.74% -
XYZ 27.06 22.88 3.28 -
YUV 124.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 189 114 10 0 0.40 0.95 0.26 34.86 0.9 0.39
Hex BD 72 A 0 28 5F 1A 23 5A 27
Octal 275 162 12 0 50 137 32 43 132 47
Binary 10111101 1110010 1010 0 101000 1011111 11010 100011 1011010 100111

Color Harmonies of #BD720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD720A

Black with #BD720A

Text Example


Text Example

White with #BD720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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