Html Css Color HEX #BC7B05 Dark Goldenrod

📋 copy color: '#BC7B05'

red 188 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #BC7B05

Tints of Dark Goldenrod #BC7B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 59.49%
G = 38.92%
B = 1.58%

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

#BC7B05 (or 0xBC7B05) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 05. RGB value is (188,123,5). Sum of RGB (Red+Green+Blue) = 188+123+5=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B05 is #4384FA. Grayscale: #818181. Windows color (decimal): -4424955 or 359356. OLE color: 359356.

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

Color convert

RGB 188 123 5 -
CMYK 0 0.35 0.97 0.26
HSL 38.69º 0.95% 0.38% -
HSV(B) 38.69º 0.97% 0.74% -
XYZ 27.85 24.87 3.48 -
YUV 128.98 58.03 170.09 -
System Red Green Blue C M Y K H S L
Decimal 188 123 5 0 0.35 0.97 0.26 38.69 0.95 0.38
Hex BC 7B 5 0 23 61 1A 27 5F 26
Octal 274 173 5 0 43 141 32 47 137 46
Binary 10111100 1111011 101 0 100011 1100001 11010 100111 1011111 100110

Color Harmonies of #BC7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B05

Black with #BC7B05

Text Example


Text Example

White with #BC7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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