Html Css Color HEX #BB8C3F Marigold

📋 copy color: '#BB8C3F'

red 187 ◦ green 140 ◦ blue 63

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

Shades of Marigold #BB8C3F

Tints of Marigold #BB8C3F

RGB

 RED value IS 187 (73.44% from 255) = 47.95%

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 47.95%
G = 35.9%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8C3F (or 0xBB8C3F) is known color: Marigold. HEX triplet: BB, 8C and 3F. RGB value is (187,140,63). Sum of RGB (Red+Green+Blue) = 187+140+63=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C3F is #4473C0. Grayscale: #919191. Windows color (decimal): -4486081 or 4164795. OLE color: 4164795.

HSL color Cylindrical-coordinate representation of color #BB8C3F: hue angle of 37.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8C3F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 63 -
CMYK 0 0.25 0.66 0.27
HSL 37.26º 0.5% 0.49% -
HSV(B) 37.26º 0.66% 0.73% -
XYZ 30.77 29.68 8.81 -
YUV 145.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 187 140 63 0 0.25 0.66 0.27 37.26 0.5 0.49
Hex BB 8C 3F 0 19 42 1B 25 32 31
Octal 273 214 77 0 31 102 33 45 62 61
Binary 10111011 10001100 111111 0 11001 1000010 11011 100101 110010 110001

Color Harmonies of #BB8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C3F

Black with #BB8C3F

Text Example


Text Example

White with #BB8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C3F; }

 p { color: rgb(187,140,63); }

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

background-color css

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

 a { background-color: rgb(187,140,63); }

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

border-color css

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

 span { border-color: rgb(187,140,63); }

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