Html Css Color HEX #BB833A Marigold

📋 copy color: '#BB833A'

red 187 ◦ green 131 ◦ blue 58

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

Shades of Marigold #BB833A

Tints of Marigold #BB833A

RGB

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

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

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

R = 49.73%
G = 34.84%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB833A (or 0xBB833A) is known color: Marigold. HEX triplet: BB, 83 and 3A. RGB value is (187,131,58). Sum of RGB (Red+Green+Blue) = 187+131+58=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB833A is #447CC5. Grayscale: #8B8B8B. Windows color (decimal): -4488390 or 3834811. OLE color: 3834811.

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

Color convert

RGB 187 131 58 -
CMYK 0 0.30 0.69 0.27
HSL 33.95º 0.53% 0.48% -
HSV(B) 33.95º 0.69% 0.73% -
XYZ 29.37 27.1 7.69 -
YUV 139.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 187 131 58 0 0.30 0.69 0.27 33.95 0.53 0.48
Hex BB 83 3A 0 1E 45 1B 22 35 30
Octal 273 203 72 0 36 105 33 42 65 60
Binary 10111011 10000011 111010 0 11110 1000101 11011 100010 110101 110000

Color Harmonies of #BB833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB833A

Black with #BB833A

Text Example


Text Example

White with #BB833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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