Html Css Color HEX #BD770A Dark Goldenrod

📋 copy color: '#BD770A'

red 189 ◦ green 119 ◦ blue 10

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

Shades of Dark Goldenrod #BD770A

Tints of Dark Goldenrod #BD770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 59.43%
G = 37.42%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD770A (or 0xBD770A) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 0A. RGB value is (189,119,10). Sum of RGB (Red+Green+Blue) = 189+119+10=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD770A is #4288F5. Grayscale: #808080. Windows color (decimal): -4360438 or 686013. OLE color: 686013.

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

Color convert

RGB 189 119 10 -
CMYK 0 0.37 0.95 0.26
HSL 36.54º 0.9% 0.39% -
HSV(B) 36.54º 0.95% 0.74% -
XYZ 27.64 24.03 3.47 -
YUV 127.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 189 119 10 0 0.37 0.95 0.26 36.54 0.9 0.39
Hex BD 77 A 0 25 5F 1A 25 5A 27
Octal 275 167 12 0 45 137 32 45 132 47
Binary 10111101 1110111 1010 0 100101 1011111 11010 100101 1011010 100111

Color Harmonies of #BD770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD770A

Black with #BD770A

Text Example


Text Example

White with #BD770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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