Html Css Color HEX #BC7B06 Dark Goldenrod

📋 copy color: '#BC7B06'

red 188 ◦ green 123 ◦ blue 6

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

Shades of Dark Goldenrod #BC7B06

Tints of Dark Goldenrod #BC7B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 59.31%
G = 38.8%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC7B06 (or 0xBC7B06) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 06. RGB value is (188,123,6). Sum of RGB (Red+Green+Blue) = 188+123+6=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B06 is #4384F9. Grayscale: #818181. Windows color (decimal): -4424954 or 424892. OLE color: 424892.

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

Color convert

RGB 188 123 6 -
CMYK 0 0.35 0.97 0.26
HSL 38.57º 0.94% 0.38% -
HSV(B) 38.57º 0.97% 0.74% -
XYZ 27.85 24.87 3.5 -
YUV 129.1 58.53 170.01 -
System Red Green Blue C M Y K H S L
Decimal 188 123 6 0 0.35 0.97 0.26 38.57 0.94 0.38
Hex BC 7B 6 0 23 61 1A 27 5E 26
Octal 274 173 6 0 43 141 32 47 136 46
Binary 10111100 1111011 110 0 100011 1100001 11010 100111 1011110 100110

Color Harmonies of #BC7B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B06

Black with #BC7B06

Text Example


Text Example

White with #BC7B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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