Html Css Color HEX #B9833C Marigold

📋 copy color: '#B9833C'

red 185 ◦ green 131 ◦ blue 60

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

Shades of Marigold #B9833C

Tints of Marigold #B9833C

RGB

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

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

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

R = 49.2%
G = 34.84%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9833C (or 0xB9833C) is known color: Marigold. HEX triplet: B9, 83 and 3C. RGB value is (185,131,60). Sum of RGB (Red+Green+Blue) = 185+131+60=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9833C is #467CC3. Grayscale: #8B8B8B. Windows color (decimal): -4619460 or 3965881. OLE color: 3965881.

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

Color convert

RGB 185 131 60 -
CMYK 0 0.29 0.68 0.27
HSL 34.08º 0.51% 0.48% -
HSV(B) 34.08º 0.68% 0.73% -
XYZ 28.94 26.87 7.94 -
YUV 139.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 185 131 60 0 0.29 0.68 0.27 34.08 0.51 0.48
Hex B9 83 3C 0 1D 44 1B 22 33 30
Octal 271 203 74 0 35 104 33 42 63 60
Binary 10111001 10000011 111100 0 11101 1000100 11011 100010 110011 110000

Color Harmonies of #B9833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9833C

Black with #B9833C

Text Example


Text Example

White with #B9833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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