Html Css Color HEX #BC770B Dark Goldenrod

📋 copy color: '#BC770B'

red 188 ◦ green 119 ◦ blue 11

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

Shades of Dark Goldenrod #BC770B

Tints of Dark Goldenrod #BC770B

RGB

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

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

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

R = 59.12%
G = 37.42%
B = 3.46%

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

#BC770B (or 0xBC770B) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 0B. RGB value is (188,119,11). Sum of RGB (Red+Green+Blue) = 188+119+11=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC770B is #4388F4. Grayscale: #7F7F7F. Windows color (decimal): -4425973 or 751548. OLE color: 751548.

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

Color convert

RGB 188 119 11 -
CMYK 0 0.37 0.94 0.26
HSL 36.61º 0.89% 0.39% -
HSV(B) 36.61º 0.94% 0.74% -
XYZ 27.4 23.91 3.49 -
YUV 127.32 62.36 171.28 -
System Red Green Blue C M Y K H S L
Decimal 188 119 11 0 0.37 0.94 0.26 36.61 0.89 0.39
Hex BC 77 B 0 25 5E 1A 25 59 27
Octal 274 167 13 0 45 136 32 45 131 47
Binary 10111100 1110111 1011 0 100101 1011110 11010 100101 1011001 100111

Color Harmonies of #BC770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC770B

Black with #BC770B

Text Example


Text Example

White with #BC770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC770B; }

 p { color: rgb(188,119,11); }

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

background-color css

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

 a { background-color: rgb(188,119,11); }

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

border-color css

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

 span { border-color: rgb(188,119,11); }

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