Html Css Color HEX #B0993F Roti

📋 copy color: '#B0993F'

red 176 ◦ green 153 ◦ blue 63

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

Shades of Roti #B0993F

Tints of Roti #B0993F

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

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

 BLUE value IS 63 (25% from 255) = 16.07%

R = 44.9%
G = 39.03%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0993F (or 0xB0993F) is known color: Roti. HEX triplet: B0, 99 and 3F. RGB value is (176,153,63). Sum of RGB (Red+Green+Blue) = 176+153+63=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0993F is #4F66C0. Grayscale: #969696. Windows color (decimal): -5203649 or 4168112. OLE color: 4168112.

HSL color Cylindrical-coordinate representation of color #B0993F: hue angle of 47.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0993F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 63 -
CMYK 0 0.13 0.64 0.31
HSL 47.79º 0.47% 0.47% -
HSV(B) 47.79º 0.64% 0.69% -
XYZ 30.19 32.37 9.36 -
YUV 149.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 176 153 63 0 0.13 0.64 0.31 47.79 0.47 0.47
Hex B0 99 3F 0 D 40 1F 30 2F 2F
Octal 260 231 77 0 15 100 37 60 57 57
Binary 10110000 10011001 111111 0 1101 1000000 11111 110000 101111 101111

Color Harmonies of #B0993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0993F

Black with #B0993F

Text Example


Text Example

White with #B0993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0993F; }

 p { color: rgb(176,153,63); }

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

background-color css

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

 a { background-color: rgb(176,153,63); }

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

border-color css

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

 span { border-color: rgb(176,153,63); }

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