Html Css Color HEX #B0823D Marigold

📋 copy color: '#B0823D'

red 176 ◦ green 130 ◦ blue 61

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

Shades of Marigold #B0823D

Tints of Marigold #B0823D

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

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

R = 47.96%
G = 35.42%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0823D (or 0xB0823D) is known color: Marigold. HEX triplet: B0, 82 and 3D. RGB value is (176,130,61). Sum of RGB (Red+Green+Blue) = 176+130+61=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0823D is #4F7DC2. Grayscale: #888888. Windows color (decimal): -5209539 or 4031152. OLE color: 4031152.

HSL color Cylindrical-coordinate representation of color #B0823D: hue angle of 36º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0823D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 61 -
CMYK 0 0.26 0.65 0.31
HSL 36º 0.49% 0.46% -
HSV(B) 36º 0.65% 0.69% -
XYZ 26.73 25.53 7.93 -
YUV 135.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 176 130 61 0 0.26 0.65 0.31 36 0.49 0.46
Hex B0 82 3D 0 1A 41 1F 24 31 2E
Octal 260 202 75 0 32 101 37 44 61 56
Binary 10110000 10000010 111101 0 11010 1000001 11111 100100 110001 101110

Color Harmonies of #B0823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0823D

Black with #B0823D

Text Example


Text Example

White with #B0823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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