Html Css Color HEX #BC890A Dark Goldenrod

📋 copy color: '#BC890A'

red 188 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #BC890A

Tints of Dark Goldenrod #BC890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 56.12%
G = 40.9%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC890A (or 0xBC890A) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 0A. RGB value is (188,137,10). Sum of RGB (Red+Green+Blue) = 188+137+10=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC890A is #4376F5. Grayscale: #8A8A8A. Windows color (decimal): -4421366 or 690620. OLE color: 690620.

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

Color convert

RGB 188 137 10 -
CMYK 0 0.27 0.95 0.26
HSL 42.81º 0.9% 0.39% -
HSV(B) 42.81º 0.95% 0.74% -
XYZ 29.74 28.6 4.24 -
YUV 137.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 188 137 10 0 0.27 0.95 0.26 42.81 0.9 0.39
Hex BC 89 A 0 1B 5F 1A 2B 5A 27
Octal 274 211 12 0 33 137 32 53 132 47
Binary 10111100 10001001 1010 0 11011 1011111 11010 101011 1011010 100111

Color Harmonies of #BC890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC890A

Black with #BC890A

Text Example


Text Example

White with #BC890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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