Html Css Color HEX #BB893B Marigold

📋 copy color: '#BB893B'

red 187 ◦ green 137 ◦ blue 59

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

Shades of Marigold #BB893B

Tints of Marigold #BB893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 48.83%
G = 35.77%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB893B (or 0xBB893B) is known color: Marigold. HEX triplet: BB, 89 and 3B. RGB value is (187,137,59). Sum of RGB (Red+Green+Blue) = 187+137+59=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB893B is #4476C4. Grayscale: #8F8F8F. Windows color (decimal): -4486853 or 3901883. OLE color: 3901883.

HSL color Cylindrical-coordinate representation of color #BB893B: hue angle of 36.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB893B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 59 -
CMYK 0 0.27 0.68 0.27
HSL 36.56º 0.52% 0.48% -
HSV(B) 36.56º 0.68% 0.73% -
XYZ 30.23 28.77 8.1 -
YUV 143.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 187 137 59 0 0.27 0.68 0.27 36.56 0.52 0.48
Hex BB 89 3B 0 1B 44 1B 25 34 30
Octal 273 211 73 0 33 104 33 45 64 60
Binary 10111011 10001001 111011 0 11011 1000100 11011 100101 110100 110000

Color Harmonies of #BB893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB893B

Black with #BB893B

Text Example


Text Example

White with #BB893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB893B; }

 p { color: rgb(187,137,59); }

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

background-color css

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

 a { background-color: rgb(187,137,59); }

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

border-color css

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

 span { border-color: rgb(187,137,59); }

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