Html Css Color HEX #B3973A Roti

📋 copy color: '#B3973A'

red 179 ◦ green 151 ◦ blue 58

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

Shades of Roti #B3973A

Tints of Roti #B3973A

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 46.13%
G = 38.92%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3973A (or 0xB3973A) is known color: Roti. HEX triplet: B3, 97 and 3A. RGB value is (179,151,58). Sum of RGB (Red+Green+Blue) = 179+151+58=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3973A is #4C68C5. Grayscale: #959595. Windows color (decimal): -5007558 or 3839923. OLE color: 3839923.

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

Color convert

RGB 179 151 58 -
CMYK 0 0.16 0.68 0.30
HSL 46.12º 0.51% 0.46% -
HSV(B) 46.12º 0.68% 0.7% -
XYZ 30.42 32.02 8.58 -
YUV 148.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 179 151 58 0 0.16 0.68 0.30 46.12 0.51 0.46
Hex B3 97 3A 0 10 44 1E 2E 33 2E
Octal 263 227 72 0 20 104 36 56 63 56
Binary 10110011 10010111 111010 0 10000 1000100 11110 101110 110011 101110

Color Harmonies of #B3973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3973A

Black with #B3973A

Text Example


Text Example

White with #B3973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3973A; }

 p { color: rgb(179,151,58); }

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

background-color css

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

 a { background-color: rgb(179,151,58); }

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

border-color css

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

 span { border-color: rgb(179,151,58); }

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