Html Css Color HEX #B6953B Roti

📋 copy color: '#B6953B'

red 182 ◦ green 149 ◦ blue 59

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

Shades of Roti #B6953B

Tints of Roti #B6953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 59 (23.44% from 255) = 15.13%

R = 46.67%
G = 38.21%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6953B (or 0xB6953B) is known color: Roti. HEX triplet: B6, 95 and 3B. RGB value is (182,149,59). Sum of RGB (Red+Green+Blue) = 182+149+59=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6953B is #496AC4. Grayscale: #959595. Windows color (decimal): -4811461 or 3904950. OLE color: 3904950.

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

Color convert

RGB 182 149 59 -
CMYK 0 0.18 0.68 0.29
HSL 43.9º 0.51% 0.47% -
HSV(B) 43.9º 0.68% 0.71% -
XYZ 30.83 31.76 8.64 -
YUV 148.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 182 149 59 0 0.18 0.68 0.29 43.9 0.51 0.47
Hex B6 95 3B 0 12 44 1D 2C 33 2F
Octal 266 225 73 0 22 104 35 54 63 57
Binary 10110110 10010101 111011 0 10010 1000100 11101 101100 110011 101111

Color Harmonies of #B6953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6953B

Black with #B6953B

Text Example


Text Example

White with #B6953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6953B; }

 p { color: rgb(182,149,59); }

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

background-color css

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

 a { background-color: rgb(182,149,59); }

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

border-color css

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

 span { border-color: rgb(182,149,59); }

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