Html Css Color HEX #BD780B Dark Goldenrod

📋 copy color: '#BD780B'

red 189 ◦ green 120 ◦ blue 11

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

Shades of Dark Goldenrod #BD780B

Tints of Dark Goldenrod #BD780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 59.06%
G = 37.5%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD780B (or 0xBD780B) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 0B. RGB value is (189,120,11). Sum of RGB (Red+Green+Blue) = 189+120+11=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780B is #4287F4. Grayscale: #808080. Windows color (decimal): -4360181 or 751805. OLE color: 751805.

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

Color convert

RGB 189 120 11 -
CMYK 0 0.37 0.94 0.26
HSL 36.74º 0.89% 0.39% -
HSV(B) 36.74º 0.94% 0.74% -
XYZ 27.76 24.28 3.54 -
YUV 128.21 61.86 171.36 -
System Red Green Blue C M Y K H S L
Decimal 189 120 11 0 0.37 0.94 0.26 36.74 0.89 0.39
Hex BD 78 B 0 25 5E 1A 25 59 27
Octal 275 170 13 0 45 136 32 45 131 47
Binary 10111101 1111000 1011 0 100101 1011110 11010 100101 1011001 100111

Color Harmonies of #BD780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD780B

Black with #BD780B

Text Example


Text Example

White with #BD780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD780B; }

 p { color: rgb(189,120,11); }

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

background-color css

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

 a { background-color: rgb(189,120,11); }

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

border-color css

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

 span { border-color: rgb(189,120,11); }

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