Html Css Color HEX #BC890B Dark Goldenrod

📋 copy color: '#BC890B'

red 188 ◦ green 137 ◦ blue 11

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

Shades of Dark Goldenrod #BC890B

Tints of Dark Goldenrod #BC890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 55.95%
G = 40.77%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC890B (or 0xBC890B) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 0B. RGB value is (188,137,11). Sum of RGB (Red+Green+Blue) = 188+137+11=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC890B is #4376F4. Grayscale: #8A8A8A. Windows color (decimal): -4421365 or 756156. OLE color: 756156.

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

Color convert

RGB 188 137 11 -
CMYK 0 0.27 0.94 0.26
HSL 42.71º 0.89% 0.39% -
HSV(B) 42.71º 0.94% 0.74% -
XYZ 29.75 28.61 4.27 -
YUV 137.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 188 137 11 0 0.27 0.94 0.26 42.71 0.89 0.39
Hex BC 89 B 0 1B 5E 1A 2B 59 27
Octal 274 211 13 0 33 136 32 53 131 47
Binary 10111100 10001001 1011 0 11011 1011110 11010 101011 1011001 100111

Color Harmonies of #BC890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC890B

Black with #BC890B

Text Example


Text Example

White with #BC890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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