Html Css Color HEX #BC7A00 Dark Goldenrod

📋 copy color: '#BC7A00'

red 188 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #BC7A00

Tints of Dark Goldenrod #BC7A00

RGB

 RED value IS 188 (73.83% from 255) = 60.65%

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 60.65%
G = 39.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7A00 (or 0xBC7A00) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 00. RGB value is (188,122,0). Sum of RGB (Red+Green+Blue) = 188+122+0=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A00 is #4385FF. Grayscale: #808080. Windows color (decimal): -4425216 or 31420. OLE color: 31420.

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

Color convert

RGB 188 122 0 -
CMYK 0 0.35 1 0.26
HSL 38.94º 1% 0.37% -
HSV(B) 38.94º 1% 0.74% -
XYZ 27.7 24.61 3.29 -
YUV 127.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 188 122 0 0 0.35 1 0.26 38.94 1 0.37
Hex BC 7A 0 0 23 64 1A 27 64 25
Octal 274 172 0 0 43 144 32 47 144 45
Binary 10111100 1111010 0 0 100011 1100100 11010 100111 1100100 100101

Color Harmonies of #BC7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A00

Black with #BC7A00

Text Example


Text Example

White with #BC7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A00; }

 p { color: rgb(188,122,0); }

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

background-color css

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

 a { background-color: rgb(188,122,0); }

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

border-color css

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

 span { border-color: rgb(188,122,0); }

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