Html Css Color HEX #BC8703 Dark Goldenrod

📋 copy color: '#BC8703'

red 188 ◦ green 135 ◦ blue 3

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

Shades of Dark Goldenrod #BC8703

Tints of Dark Goldenrod #BC8703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 57.67%
G = 41.41%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8703 (or 0xBC8703) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 03. RGB value is (188,135,3). Sum of RGB (Red+Green+Blue) = 188+135+3=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8703 is #4378FC. Grayscale: #888888. Windows color (decimal): -4421885 or 231356. OLE color: 231356.

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

Color convert

RGB 188 135 3 -
CMYK 0 0.28 0.98 0.26
HSL 42.81º 0.97% 0.37% -
HSV(B) 42.81º 0.98% 0.74% -
XYZ 29.42 28.03 3.95 -
YUV 135.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 188 135 3 0 0.28 0.98 0.26 42.81 0.97 0.37
Hex BC 87 3 0 1C 62 1A 2B 61 25
Octal 274 207 3 0 34 142 32 53 141 45
Binary 10111100 10000111 11 0 11100 1100010 11010 101011 1100001 100101

Color Harmonies of #BC8703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8703

Black with #BC8703

Text Example


Text Example

White with #BC8703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8703; }

 p { color: rgb(188,135,3); }

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

background-color css

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

 a { background-color: rgb(188,135,3); }

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

border-color css

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

 span { border-color: rgb(188,135,3); }

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