Html Css Color HEX #B4833C Marigold

📋 copy color: '#B4833C'

red 180 ◦ green 131 ◦ blue 60

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

Shades of Marigold #B4833C

Tints of Marigold #B4833C

RGB

 RED value IS 180 (70.7% from 255) = 48.52%

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

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

R = 48.52%
G = 35.31%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4833C (or 0xB4833C) is known color: Marigold. HEX triplet: B4, 83 and 3C. RGB value is (180,131,60). Sum of RGB (Red+Green+Blue) = 180+131+60=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4833C is #4B7CC3. Grayscale: #898989. Windows color (decimal): -4947140 or 3965876. OLE color: 3965876.

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

Color convert

RGB 180 131 60 -
CMYK 0 0.27 0.67 0.29
HSL 35.5º 0.5% 0.47% -
HSV(B) 35.5º 0.67% 0.71% -
XYZ 27.75 26.26 7.88 -
YUV 137.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 180 131 60 0 0.27 0.67 0.29 35.5 0.5 0.47
Hex B4 83 3C 0 1B 43 1D 24 32 2F
Octal 264 203 74 0 33 103 35 44 62 57
Binary 10110100 10000011 111100 0 11011 1000011 11101 100100 110010 101111

Color Harmonies of #B4833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4833C

Black with #B4833C

Text Example


Text Example

White with #B4833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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