Html Css Color HEX #B68F3C Marigold

📋 copy color: '#B68F3C'

red 182 ◦ green 143 ◦ blue 60

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

Shades of Marigold #B68F3C

Tints of Marigold #B68F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 47.27%
G = 37.14%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B68F3C (or 0xB68F3C) is known color: Marigold. HEX triplet: B6, 8F and 3C. RGB value is (182,143,60). Sum of RGB (Red+Green+Blue) = 182+143+60=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F3C is #4970C3. Grayscale: #919191. Windows color (decimal): -4812996 or 3968950. OLE color: 3968950.

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

Color convert

RGB 182 143 60 -
CMYK 0 0.21 0.67 0.29
HSL 40.82º 0.5% 0.47% -
HSV(B) 40.82º 0.67% 0.71% -
XYZ 29.93 29.92 8.47 -
YUV 145.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 182 143 60 0 0.21 0.67 0.29 40.82 0.5 0.47
Hex B6 8F 3C 0 15 43 1D 29 32 2F
Octal 266 217 74 0 25 103 35 51 62 57
Binary 10110110 10001111 111100 0 10101 1000011 11101 101001 110010 101111

Color Harmonies of #B68F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F3C

Black with #B68F3C

Text Example


Text Example

White with #B68F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F3C; }

 p { color: rgb(182,143,60); }

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

background-color css

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

 a { background-color: rgb(182,143,60); }

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

border-color css

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

 span { border-color: rgb(182,143,60); }

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