Html Css Color HEX #BC700B Dark Goldenrod

📋 copy color: '#BC700B'

red 188 ◦ green 112 ◦ blue 11

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

Shades of Dark Goldenrod #BC700B

Tints of Dark Goldenrod #BC700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 60.45%
G = 36.01%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC700B (or 0xBC700B) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 0B. RGB value is (188,112,11). Sum of RGB (Red+Green+Blue) = 188+112+11=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC700B is #438FF4. Grayscale: #7B7B7B. Windows color (decimal): -4427765 or 749756. OLE color: 749756.

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

Color convert

RGB 188 112 11 -
CMYK 0 0.40 0.94 0.26
HSL 34.24º 0.89% 0.39% -
HSV(B) 34.24º 0.94% 0.74% -
XYZ 26.59 22.3 3.22 -
YUV 123.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 188 112 11 0 0.40 0.94 0.26 34.24 0.89 0.39
Hex BC 70 B 0 28 5E 1A 22 59 27
Octal 274 160 13 0 50 136 32 42 131 47
Binary 10111100 1110000 1011 0 101000 1011110 11010 100010 1011001 100111

Color Harmonies of #BC700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC700B

Black with #BC700B

Text Example


Text Example

White with #BC700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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