Html Css Color HEX #BB823A Marigold

📋 copy color: '#BB823A'

red 187 ◦ green 130 ◦ blue 58

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

Shades of Marigold #BB823A

Tints of Marigold #BB823A

RGB

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

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

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

R = 49.87%
G = 34.67%
B = 15.47%

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

#BB823A (or 0xBB823A) is known color: Marigold. HEX triplet: BB, 82 and 3A. RGB value is (187,130,58). Sum of RGB (Red+Green+Blue) = 187+130+58=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB823A is #447DC5. Grayscale: #8B8B8B. Windows color (decimal): -4488646 or 3834555. OLE color: 3834555.

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

Color convert

RGB 187 130 58 -
CMYK 0 0.30 0.69 0.27
HSL 33.49º 0.53% 0.48% -
HSV(B) 33.49º 0.69% 0.73% -
XYZ 29.24 26.84 7.64 -
YUV 138.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 187 130 58 0 0.30 0.69 0.27 33.49 0.53 0.48
Hex BB 82 3A 0 1E 45 1B 21 35 30
Octal 273 202 72 0 36 105 33 41 65 60
Binary 10111011 10000010 111010 0 11110 1000101 11011 100001 110101 110000

Color Harmonies of #BB823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB823A

Black with #BB823A

Text Example


Text Example

White with #BB823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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