Html Css Color HEX #B3993C Roti

📋 copy color: '#B3993C'

red 179 ◦ green 153 ◦ blue 60

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

Shades of Roti #B3993C

Tints of Roti #B3993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 45.66%
G = 39.03%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3993C (or 0xB3993C) is known color: Roti. HEX triplet: B3, 99 and 3C. RGB value is (179,153,60). Sum of RGB (Red+Green+Blue) = 179+153+60=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3993C is #4C66C3. Grayscale: #969696. Windows color (decimal): -5007044 or 3971507. OLE color: 3971507.

HSL color Cylindrical-coordinate representation of color #B3993C: hue angle of 46.89º 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 #B3993C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 60 -
CMYK 0 0.15 0.66 0.30
HSL 46.89º 0.5% 0.47% -
HSV(B) 46.89º 0.66% 0.7% -
XYZ 30.8 32.69 8.96 -
YUV 150.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 179 153 60 0 0.15 0.66 0.30 46.89 0.5 0.47
Hex B3 99 3C 0 F 42 1E 2F 32 2F
Octal 263 231 74 0 17 102 36 57 62 57
Binary 10110011 10011001 111100 0 1111 1000010 11110 101111 110010 101111

Color Harmonies of #B3993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3993C

Black with #B3993C

Text Example


Text Example

White with #B3993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3993C; }

 p { color: rgb(179,153,60); }

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

background-color css

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

 a { background-color: rgb(179,153,60); }

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

border-color css

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

 span { border-color: rgb(179,153,60); }

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