Html Css Color HEX #B6833C Marigold

📋 copy color: '#B6833C'

red 182 ◦ green 131 ◦ blue 60

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

Shades of Marigold #B6833C

Tints of Marigold #B6833C

RGB

 RED value IS 182 (71.48% from 255) = 48.79%

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

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

R = 48.79%
G = 35.12%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6833C (or 0xB6833C) is known color: Marigold. HEX triplet: B6, 83 and 3C. RGB value is (182,131,60). Sum of RGB (Red+Green+Blue) = 182+131+60=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6833C is #497CC3. Grayscale: #8A8A8A. Windows color (decimal): -4816068 or 3965878. OLE color: 3965878.

HSL color Cylindrical-coordinate representation of color #B6833C: hue angle of 34.92º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6833C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 60 -
CMYK 0 0.28 0.67 0.29
HSL 34.92º 0.5% 0.47% -
HSV(B) 34.92º 0.67% 0.71% -
XYZ 28.22 26.5 7.9 -
YUV 138.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 182 131 60 0 0.28 0.67 0.29 34.92 0.5 0.47
Hex B6 83 3C 0 1C 43 1D 23 32 2F
Octal 266 203 74 0 34 103 35 43 62 57
Binary 10110110 10000011 111100 0 11100 1000011 11101 100011 110010 101111

Color Harmonies of #B6833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6833C

Black with #B6833C

Text Example


Text Example

White with #B6833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6833C; }

 p { color: rgb(182,131,60); }

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

background-color css

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

 a { background-color: rgb(182,131,60); }

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

border-color css

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

 span { border-color: rgb(182,131,60); }

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