Html Css Color HEX #B9823C Marigold

📋 copy color: '#B9823C'

red 185 ◦ green 130 ◦ blue 60

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

Shades of Marigold #B9823C

Tints of Marigold #B9823C

RGB

 RED value IS 185 (72.66% from 255) = 49.33%

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

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

R = 49.33%
G = 34.67%
B = 16%

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

#B9823C (or 0xB9823C) is known color: Marigold. HEX triplet: B9, 82 and 3C. RGB value is (185,130,60). Sum of RGB (Red+Green+Blue) = 185+130+60=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9823C is #467DC3. Grayscale: #8A8A8A. Windows color (decimal): -4619716 or 3965625. OLE color: 3965625.

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

Color convert

RGB 185 130 60 -
CMYK 0 0.30 0.68 0.27
HSL 33.6º 0.51% 0.48% -
HSV(B) 33.6º 0.68% 0.73% -
XYZ 28.81 26.61 7.89 -
YUV 138.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 185 130 60 0 0.30 0.68 0.27 33.6 0.51 0.48
Hex B9 82 3C 0 1E 44 1B 22 33 30
Octal 271 202 74 0 36 104 33 42 63 60
Binary 10111001 10000010 111100 0 11110 1000100 11011 100010 110011 110000

Color Harmonies of #B9823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9823C

Black with #B9823C

Text Example


Text Example

White with #B9823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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