Html Css Color HEX #BB823C Marigold

📋 copy color: '#BB823C'

red 187 ◦ green 130 ◦ blue 60

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

Shades of Marigold #BB823C

Tints of Marigold #BB823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 49.6%
G = 34.48%
B = 15.92%

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

#BB823C (or 0xBB823C) is known color: Marigold. HEX triplet: BB, 82 and 3C. RGB value is (187,130,60). Sum of RGB (Red+Green+Blue) = 187+130+60=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823C is #447DC3. Grayscale: #8B8B8B. Windows color (decimal): -4488644 or 3965627. OLE color: 3965627.

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

Color convert

RGB 187 130 60 -
CMYK 0 0.30 0.68 0.27
HSL 33.07º 0.51% 0.48% -
HSV(B) 33.07º 0.68% 0.73% -
XYZ 29.29 26.86 7.91 -
YUV 139.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 187 130 60 0 0.30 0.68 0.27 33.07 0.51 0.48
Hex BB 82 3C 0 1E 44 1B 21 33 30
Octal 273 202 74 0 36 104 33 41 63 60
Binary 10111011 10000010 111100 0 11110 1000100 11011 100001 110011 110000

Color Harmonies of #BB823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB823C

Black with #BB823C

Text Example


Text Example

White with #BB823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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