Html Css Color HEX #BC810A Dark Goldenrod

📋 copy color: '#BC810A'

red 188 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #BC810A

Tints of Dark Goldenrod #BC810A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 57.49%
G = 39.45%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC810A (or 0xBC810A) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 0A. RGB value is (188,129,10). Sum of RGB (Red+Green+Blue) = 188+129+10=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC810A is #437EF5. Grayscale: #858585. Windows color (decimal): -4423414 or 688572. OLE color: 688572.

HSL color Cylindrical-coordinate representation of color #BC810A: hue angle of 40.11º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC810A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 10 -
CMYK 0 0.31 0.95 0.26
HSL 40.11º 0.9% 0.39% -
HSV(B) 40.11º 0.95% 0.74% -
XYZ 28.64 26.41 3.88 -
YUV 133.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 188 129 10 0 0.31 0.95 0.26 40.11 0.9 0.39
Hex BC 81 A 0 1F 5F 1A 28 5A 27
Octal 274 201 12 0 37 137 32 50 132 47
Binary 10111100 10000001 1010 0 11111 1011111 11010 101000 1011010 100111

Color Harmonies of #BC810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC810A

Black with #BC810A

Text Example


Text Example

White with #BC810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC810A; }

 p { color: rgb(188,129,10); }

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

background-color css

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

 a { background-color: rgb(188,129,10); }

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

border-color css

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

 span { border-color: rgb(188,129,10); }

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