Html Css Color HEX #B0993A Roti

📋 copy color: '#B0993A'

red 176 ◦ green 153 ◦ blue 58

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

Shades of Roti #B0993A

Tints of Roti #B0993A

RGB

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

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

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

R = 45.48%
G = 39.53%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0993A (or 0xB0993A) is known color: Roti. HEX triplet: B0, 99 and 3A. RGB value is (176,153,58). Sum of RGB (Red+Green+Blue) = 176+153+58=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0993A is #4F66C5. Grayscale: #959595. Windows color (decimal): -5203654 or 3840432. OLE color: 3840432.

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

Color convert

RGB 176 153 58 -
CMYK 0 0.13 0.67 0.31
HSL 48.31º 0.5% 0.46% -
HSV(B) 48.31º 0.67% 0.69% -
XYZ 30.06 32.32 8.66 -
YUV 149.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 176 153 58 0 0.13 0.67 0.31 48.31 0.5 0.46
Hex B0 99 3A 0 D 43 1F 30 32 2E
Octal 260 231 72 0 15 103 37 60 62 56
Binary 10110000 10011001 111010 0 1101 1000011 11111 110000 110010 101110

Color Harmonies of #B0993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0993A

Black with #B0993A

Text Example


Text Example

White with #B0993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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