Html Css Color HEX #B9823D Marigold

📋 copy color: '#B9823D'

red 185 ◦ green 130 ◦ blue 61

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

Shades of Marigold #B9823D

Tints of Marigold #B9823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 49.2%
G = 34.57%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9823D (or 0xB9823D) is known color: Marigold. HEX triplet: B9, 82 and 3D. RGB value is (185,130,61). Sum of RGB (Red+Green+Blue) = 185+130+61=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9823D is #467DC2. Grayscale: #8A8A8A. Windows color (decimal): -4619715 or 4031161. OLE color: 4031161.

HSL color Cylindrical-coordinate representation of color #B9823D: hue angle of 33.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9823D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 61 -
CMYK 0 0.30 0.67 0.27
HSL 33.39º 0.5% 0.48% -
HSV(B) 33.39º 0.67% 0.73% -
XYZ 28.83 26.62 8.03 -
YUV 138.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 185 130 61 0 0.30 0.67 0.27 33.39 0.5 0.48
Hex B9 82 3D 0 1E 43 1B 21 32 30
Octal 271 202 75 0 36 103 33 41 62 60
Binary 10111001 10000010 111101 0 11110 1000011 11011 100001 110010 110000

Color Harmonies of #B9823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9823D

Black with #B9823D

Text Example


Text Example

White with #B9823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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