Html Css Color HEX #B2963A Roti

📋 copy color: '#B2963A'

red 178 ◦ green 150 ◦ blue 58

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

Shades of Roti #B2963A

Tints of Roti #B2963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 46.11%
G = 38.86%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2963A (or 0xB2963A) is known color: Roti. HEX triplet: B2, 96 and 3A. RGB value is (178,150,58). Sum of RGB (Red+Green+Blue) = 178+150+58=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2963A is #4D69C5. Grayscale: #949494. Windows color (decimal): -5073350 or 3839666. OLE color: 3839666.

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

Color convert

RGB 178 150 58 -
CMYK 0 0.16 0.67 0.30
HSL 46º 0.51% 0.46% -
HSV(B) 46º 0.67% 0.7% -
XYZ 30.03 31.58 8.52 -
YUV 147.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 178 150 58 0 0.16 0.67 0.30 46 0.51 0.46
Hex B2 96 3A 0 10 43 1E 2E 33 2E
Octal 262 226 72 0 20 103 36 56 63 56
Binary 10110010 10010110 111010 0 10000 1000011 11110 101110 110011 101110

Color Harmonies of #B2963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2963A

Black with #B2963A

Text Example


Text Example

White with #B2963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2963A; }

 p { color: rgb(178,150,58); }

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

background-color css

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

 a { background-color: rgb(178,150,58); }

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

border-color css

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

 span { border-color: rgb(178,150,58); }

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