Html Css Color HEX #BC7F01 Dark Goldenrod

📋 copy color: '#BC7F01'

red 188 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #BC7F01

Tints of Dark Goldenrod #BC7F01

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 59.49%
G = 40.19%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7F01 (or 0xBC7F01) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 01. RGB value is (188,127,1). Sum of RGB (Red+Green+Blue) = 188+127+1=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F01 is #4380FE. Grayscale: #838383. Windows color (decimal): -4423935 or 98236. OLE color: 98236.

HSL color Cylindrical-coordinate representation of color #BC7F01: hue angle of 40.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC7F01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 127 1 -
CMYK 0 0.32 0.99 0.26
HSL 40.43º 0.99% 0.37% -
HSV(B) 40.43º 0.99% 0.74% -
XYZ 28.33 25.87 3.53 -
YUV 130.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 188 127 1 0 0.32 0.99 0.26 40.43 0.99 0.37
Hex BC 7F 1 0 20 63 1A 28 63 25
Octal 274 177 1 0 40 143 32 50 143 45
Binary 10111100 1111111 1 0 100000 1100011 11010 101000 1100011 100101

Color Harmonies of #BC7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F01

Black with #BC7F01

Text Example


Text Example

White with #BC7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F01; }

 p { color: rgb(188,127,1); }

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

background-color css

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

 a { background-color: rgb(188,127,1); }

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

border-color css

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

 span { border-color: rgb(188,127,1); }

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