Html Css Color HEX #B68434 Marigold

📋 copy color: '#B68434'

red 182 ◦ green 132 ◦ blue 52

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

Shades of Marigold #B68434

Tints of Marigold #B68434

RGB

 RED value IS 182 (71.48% from 255) = 49.73%

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 49.73%
G = 36.07%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B68434 (or 0xB68434) is known color: Marigold. HEX triplet: B6, 84 and 34. RGB value is (182,132,52). Sum of RGB (Red+Green+Blue) = 182+132+52=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68434 is #497BCB. Grayscale: #8A8A8A. Windows color (decimal): -4815820 or 3441846. OLE color: 3441846.

HSL color Cylindrical-coordinate representation of color #B68434: hue angle of 36.92º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B68434 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 52 -
CMYK 0 0.27 0.71 0.29
HSL 36.92º 0.56% 0.46% -
HSV(B) 36.92º 0.71% 0.71% -
XYZ 28.16 26.7 6.92 -
YUV 137.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 182 132 52 0 0.27 0.71 0.29 36.92 0.56 0.46
Hex B6 84 34 0 1B 47 1D 25 38 2E
Octal 266 204 64 0 33 107 35 45 70 56
Binary 10110110 10000100 110100 0 11011 1000111 11101 100101 111000 101110

Color Harmonies of #B68434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68434

Black with #B68434

Text Example


Text Example

White with #B68434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68434; }

 p { color: rgb(182,132,52); }

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

background-color css

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

 a { background-color: rgb(182,132,52); }

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

border-color css

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

 span { border-color: rgb(182,132,52); }

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