Html Css Color HEX #BD7C00 Dark Goldenrod

📋 copy color: '#BD7C00'

red 189 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #BD7C00

Tints of Dark Goldenrod #BD7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.38%
G = 39.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD7C00 (or 0xBD7C00) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 00. RGB value is (189,124,0). Sum of RGB (Red+Green+Blue) = 189+124+0=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C00 is #4283FF. Grayscale: #818181. Windows color (decimal): -4359168 or 31933. OLE color: 31933.

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

Color convert

RGB 189 124 0 -
CMYK 0 0.34 1 0.26
HSL 39.37º 1% 0.37% -
HSV(B) 39.37º 1% 0.74% -
XYZ 28.19 25.23 3.38 -
YUV 129.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 189 124 0 0 0.34 1 0.26 39.37 1 0.37
Hex BD 7C 0 0 22 64 1A 27 64 25
Octal 275 174 0 0 42 144 32 47 144 45
Binary 10111101 1111100 0 0 100010 1100100 11010 100111 1100100 100101

Color Harmonies of #BD7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C00

Black with #BD7C00

Text Example


Text Example

White with #BD7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C00; }

 p { color: rgb(189,124,0); }

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

background-color css

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

 a { background-color: rgb(189,124,0); }

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

border-color css

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

 span { border-color: rgb(189,124,0); }

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