Html Css Color HEX #BB833B Marigold

📋 copy color: '#BB833B'

red 187 ◦ green 131 ◦ blue 59

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

Shades of Marigold #BB833B

Tints of Marigold #BB833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 49.6%
G = 34.75%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB833B (or 0xBB833B) is known color: Marigold. HEX triplet: BB, 83 and 3B. RGB value is (187,131,59). Sum of RGB (Red+Green+Blue) = 187+131+59=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB833B is #447CC4. Grayscale: #8B8B8B. Windows color (decimal): -4488389 or 3900347. OLE color: 3900347.

HSL color Cylindrical-coordinate representation of color #BB833B: hue angle of 33.75º 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 #BB833B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 59 -
CMYK 0 0.30 0.68 0.27
HSL 33.75º 0.52% 0.48% -
HSV(B) 33.75º 0.68% 0.73% -
XYZ 29.4 27.11 7.82 -
YUV 139.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 187 131 59 0 0.30 0.68 0.27 33.75 0.52 0.48
Hex BB 83 3B 0 1E 44 1B 22 34 30
Octal 273 203 73 0 36 104 33 42 64 60
Binary 10111011 10000011 111011 0 11110 1000100 11011 100010 110100 110000

Color Harmonies of #BB833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB833B

Black with #BB833B

Text Example


Text Example

White with #BB833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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