Html Css Color HEX #BB893D Marigold

📋 copy color: '#BB893D'

red 187 ◦ green 137 ◦ blue 61

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

Shades of Marigold #BB893D

Tints of Marigold #BB893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 48.57%
G = 35.58%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB893D (or 0xBB893D) is known color: Marigold. HEX triplet: BB, 89 and 3D. RGB value is (187,137,61). Sum of RGB (Red+Green+Blue) = 187+137+61=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB893D is #4476C2. Grayscale: #8F8F8F. Windows color (decimal): -4486851 or 4032955. OLE color: 4032955.

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

Color convert

RGB 187 137 61 -
CMYK 0 0.27 0.67 0.27
HSL 36.19º 0.51% 0.49% -
HSV(B) 36.19º 0.67% 0.73% -
XYZ 30.28 28.79 8.38 -
YUV 143.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 187 137 61 0 0.27 0.67 0.27 36.19 0.51 0.49
Hex BB 89 3D 0 1B 43 1B 24 33 31
Octal 273 211 75 0 33 103 33 44 63 61
Binary 10111011 10001001 111101 0 11011 1000011 11011 100100 110011 110001

Color Harmonies of #BB893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB893D

Black with #BB893D

Text Example


Text Example

White with #BB893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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