Html Css Color HEX #BB823B Marigold

📋 copy color: '#BB823B'

red 187 ◦ green 130 ◦ blue 59

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

Shades of Marigold #BB823B

Tints of Marigold #BB823B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 49.73%
G = 34.57%
B = 15.69%

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

#BB823B (or 0xBB823B) is known color: Marigold. HEX triplet: BB, 82 and 3B. RGB value is (187,130,59). Sum of RGB (Red+Green+Blue) = 187+130+59=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823B is #447DC4. Grayscale: #8B8B8B. Windows color (decimal): -4488645 or 3900091. OLE color: 3900091.

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

Color convert

RGB 187 130 59 -
CMYK 0 0.30 0.68 0.27
HSL 33.28º 0.52% 0.48% -
HSV(B) 33.28º 0.68% 0.73% -
XYZ 29.27 26.85 7.78 -
YUV 138.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 187 130 59 0 0.30 0.68 0.27 33.28 0.52 0.48
Hex BB 82 3B 0 1E 44 1B 21 34 30
Octal 273 202 73 0 36 104 33 41 64 60
Binary 10111011 10000010 111011 0 11110 1000100 11011 100001 110100 110000

Color Harmonies of #BB823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB823B

Black with #BB823B

Text Example


Text Example

White with #BB823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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