Html Css Color HEX #BB883A Marigold

📋 copy color: '#BB883A'

red 187 ◦ green 136 ◦ blue 58

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

Shades of Marigold #BB883A

Tints of Marigold #BB883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 49.08%
G = 35.7%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB883A (or 0xBB883A) is known color: Marigold. HEX triplet: BB, 88 and 3A. RGB value is (187,136,58). Sum of RGB (Red+Green+Blue) = 187+136+58=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB883A is #4477C5. Grayscale: #8E8E8E. Windows color (decimal): -4487110 or 3836091. OLE color: 3836091.

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

Color convert

RGB 187 136 58 -
CMYK 0 0.27 0.69 0.27
HSL 36.28º 0.53% 0.48% -
HSV(B) 36.28º 0.69% 0.73% -
XYZ 30.06 28.48 7.92 -
YUV 142.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 187 136 58 0 0.27 0.69 0.27 36.28 0.53 0.48
Hex BB 88 3A 0 1B 45 1B 24 35 30
Octal 273 210 72 0 33 105 33 44 65 60
Binary 10111011 10001000 111010 0 11011 1000101 11011 100100 110101 110000

Color Harmonies of #BB883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB883A

Black with #BB883A

Text Example


Text Example

White with #BB883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB883A; }

 p { color: rgb(187,136,58); }

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

background-color css

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

 a { background-color: rgb(187,136,58); }

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

border-color css

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

 span { border-color: rgb(187,136,58); }

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