Html Css Color HEX #B1993C Roti

📋 copy color: '#B1993C'

red 177 ◦ green 153 ◦ blue 60

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

Shades of Roti #B1993C

Tints of Roti #B1993C

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

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

R = 45.38%
G = 39.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1993C (or 0xB1993C) is known color: Roti. HEX triplet: B1, 99 and 3C. RGB value is (177,153,60). Sum of RGB (Red+Green+Blue) = 177+153+60=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993C is #4E66C3. Grayscale: #959595. Windows color (decimal): -5138116 or 3971505. OLE color: 3971505.

HSL color Cylindrical-coordinate representation of color #B1993C: hue angle of 47.69º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1993C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 60 -
CMYK 0 0.14 0.66 0.31
HSL 47.69º 0.49% 0.46% -
HSV(B) 47.69º 0.66% 0.69% -
XYZ 30.34 32.46 8.94 -
YUV 149.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 177 153 60 0 0.14 0.66 0.31 47.69 0.49 0.46
Hex B1 99 3C 0 E 42 1F 30 31 2E
Octal 261 231 74 0 16 102 37 60 61 56
Binary 10110001 10011001 111100 0 1110 1000010 11111 110000 110001 101110

Color Harmonies of #B1993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1993C

Black with #B1993C

Text Example


Text Example

White with #B1993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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