Html Css Color HEX #B68738 Marigold

📋 copy color: '#B68738'

red 182 ◦ green 135 ◦ blue 56

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

Shades of Marigold #B68738

Tints of Marigold #B68738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 48.79%
G = 36.19%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68738 (or 0xB68738) is known color: Marigold. HEX triplet: B6, 87 and 38. RGB value is (182,135,56). Sum of RGB (Red+Green+Blue) = 182+135+56=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B68738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68738 is #4978C7. Grayscale: #8C8C8C. Windows color (decimal): -4815048 or 3704758. OLE color: 3704758.

HSL color Cylindrical-coordinate representation of color #B68738: hue angle of 37.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B68738 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 135 56 -
CMYK 0 0.26 0.69 0.29
HSL 37.62º 0.53% 0.47% -
HSV(B) 37.62º 0.69% 0.71% -
XYZ 28.67 27.56 7.55 -
YUV 140.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 182 135 56 0 0.26 0.69 0.29 37.62 0.53 0.47
Hex B6 87 38 0 1A 45 1D 26 35 2F
Octal 266 207 70 0 32 105 35 46 65 57
Binary 10110110 10000111 111000 0 11010 1000101 11101 100110 110101 101111

Color Harmonies of #B68738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68738

Black with #B68738

Text Example


Text Example

White with #B68738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68738; }

 p { color: rgb(182,135,56); }

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

background-color css

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

 a { background-color: rgb(182,135,56); }

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

border-color css

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

 span { border-color: rgb(182,135,56); }

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