Html Css Color HEX #BC7B07 Dark Goldenrod

📋 copy color: '#BC7B07'

red 188 ◦ green 123 ◦ blue 7

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

Shades of Dark Goldenrod #BC7B07

Tints of Dark Goldenrod #BC7B07

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

 BLUE value IS 7 (3.13% from 255) = 2.2%

R = 59.12%
G = 38.68%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7B07 (or 0xBC7B07) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 07. RGB value is (188,123,7). Sum of RGB (Red+Green+Blue) = 188+123+7=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B07 is #4384F8. Grayscale: #818181. Windows color (decimal): -4424953 or 490428. OLE color: 490428.

HSL color Cylindrical-coordinate representation of color #BC7B07: hue angle of 38.45º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC7B07 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 7 -
CMYK 0 0.35 0.96 0.26
HSL 38.45º 0.93% 0.38% -
HSV(B) 38.45º 0.96% 0.74% -
XYZ 27.86 24.87 3.53 -
YUV 129.21 59.03 169.93 -
System Red Green Blue C M Y K H S L
Decimal 188 123 7 0 0.35 0.96 0.26 38.45 0.93 0.38
Hex BC 7B 7 0 23 60 1A 26 5D 26
Octal 274 173 7 0 43 140 32 46 135 46
Binary 10111100 1111011 111 0 100011 1100000 11010 100110 1011101 100110

Color Harmonies of #BC7B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B07

Black with #BC7B07

Text Example


Text Example

White with #BC7B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B07; }

 p { color: rgb(188,123,7); }

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

background-color css

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

 a { background-color: rgb(188,123,7); }

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

border-color css

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

 span { border-color: rgb(188,123,7); }

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