Html Css Color HEX #B0993E Roti

📋 copy color: '#B0993E'

red 176 ◦ green 153 ◦ blue 62

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

Shades of Roti #B0993E

Tints of Roti #B0993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 45.01%
G = 39.13%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0993E (or 0xB0993E) is known color: Roti. HEX triplet: B0, 99 and 3E. RGB value is (176,153,62). Sum of RGB (Red+Green+Blue) = 176+153+62=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0993E is #4F66C1. Grayscale: #959595. Windows color (decimal): -5203650 or 4102576. OLE color: 4102576.

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

Color convert

RGB 176 153 62 -
CMYK 0 0.13 0.65 0.31
HSL 47.89º 0.48% 0.47% -
HSV(B) 47.89º 0.65% 0.69% -
XYZ 30.17 32.36 9.21 -
YUV 149.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 176 153 62 0 0.13 0.65 0.31 47.89 0.48 0.47
Hex B0 99 3E 0 D 41 1F 30 30 2F
Octal 260 231 76 0 15 101 37 60 60 57
Binary 10110000 10011001 111110 0 1101 1000001 11111 110000 110000 101111

Color Harmonies of #B0993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0993E

Black with #B0993E

Text Example


Text Example

White with #B0993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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