Html Css Color HEX #BB833D Marigold

📋 copy color: '#BB833D'

red 187 ◦ green 131 ◦ blue 61

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

Shades of Marigold #BB833D

Tints of Marigold #BB833D

RGB

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

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

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

R = 49.34%
G = 34.56%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB833D (or 0xBB833D) is known color: Marigold. HEX triplet: BB, 83 and 3D. RGB value is (187,131,61). Sum of RGB (Red+Green+Blue) = 187+131+61=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB833D is #447CC2. Grayscale: #8C8C8C. Windows color (decimal): -4488387 or 4031419. OLE color: 4031419.

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

Color convert

RGB 187 131 61 -
CMYK 0 0.30 0.67 0.27
HSL 33.33º 0.51% 0.49% -
HSV(B) 33.33º 0.67% 0.73% -
XYZ 29.45 27.13 8.1 -
YUV 139.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 187 131 61 0 0.30 0.67 0.27 33.33 0.51 0.49
Hex BB 83 3D 0 1E 43 1B 21 33 31
Octal 273 203 75 0 36 103 33 41 63 61
Binary 10111011 10000011 111101 0 11110 1000011 11011 100001 110011 110001

Color Harmonies of #BB833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB833D

Black with #BB833D

Text Example


Text Example

White with #BB833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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