Html Css Color HEX #BB833F Marigold

📋 copy color: '#BB833F'

red 187 ◦ green 131 ◦ blue 63

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

Shades of Marigold #BB833F

Tints of Marigold #BB833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 49.08%
G = 34.38%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB833F (or 0xBB833F) is known color: Marigold. HEX triplet: BB, 83 and 3F. RGB value is (187,131,63). Sum of RGB (Red+Green+Blue) = 187+131+63=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB833F is #447CC0. Grayscale: #8C8C8C. Windows color (decimal): -4488385 or 4162491. OLE color: 4162491.

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

Color convert

RGB 187 131 63 -
CMYK 0 0.30 0.66 0.27
HSL 32.9º 0.5% 0.49% -
HSV(B) 32.9º 0.66% 0.73% -
XYZ 29.51 27.16 8.39 -
YUV 139.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 187 131 63 0 0.30 0.66 0.27 32.9 0.5 0.49
Hex BB 83 3F 0 1E 42 1B 21 32 31
Octal 273 203 77 0 36 102 33 41 62 61
Binary 10111011 10000011 111111 0 11110 1000010 11011 100001 110010 110001

Color Harmonies of #BB833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB833F

Black with #BB833F

Text Example


Text Example

White with #BB833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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