Html Css Color HEX #B2953C Roti

📋 copy color: '#B2953C'

red 178 ◦ green 149 ◦ blue 60

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

Shades of Roti #B2953C

Tints of Roti #B2953C

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

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

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

R = 45.99%
G = 38.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2953C (or 0xB2953C) is known color: Roti. HEX triplet: B2, 95 and 3C. RGB value is (178,149,60). Sum of RGB (Red+Green+Blue) = 178+149+60=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2953C is #4D6AC3. Grayscale: #939393. Windows color (decimal): -5073604 or 3970482. OLE color: 3970482.

HSL color Cylindrical-coordinate representation of color #B2953C: hue angle of 45.25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2953C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 60 -
CMYK 0 0.16 0.66 0.30
HSL 45.25º 0.5% 0.47% -
HSV(B) 45.25º 0.66% 0.7% -
XYZ 29.92 31.29 8.74 -
YUV 147.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 178 149 60 0 0.16 0.66 0.30 45.25 0.5 0.47
Hex B2 95 3C 0 10 42 1E 2D 32 2F
Octal 262 225 74 0 20 102 36 55 62 57
Binary 10110010 10010101 111100 0 10000 1000010 11110 101101 110010 101111

Color Harmonies of #B2953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2953C

Black with #B2953C

Text Example


Text Example

White with #B2953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2953C; }

 p { color: rgb(178,149,60); }

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

background-color css

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

 a { background-color: rgb(178,149,60); }

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

border-color css

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

 span { border-color: rgb(178,149,60); }

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