Html Css Color HEX #B4993E Roti

📋 copy color: '#B4993E'

red 180 ◦ green 153 ◦ blue 62

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

Shades of Roti #B4993E

Tints of Roti #B4993E

RGB

 RED value IS 180 (70.7% from 255) = 45.57%

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

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

R = 45.57%
G = 38.73%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4993E (or 0xB4993E) is known color: Roti. HEX triplet: B4, 99 and 3E. RGB value is (180,153,62). Sum of RGB (Red+Green+Blue) = 180+153+62=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4993E is #4B66C1. Grayscale: #979797. Windows color (decimal): -4941506 or 4102580. OLE color: 4102580.

HSL color Cylindrical-coordinate representation of color #B4993E: hue angle of 46.27º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4993E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 62 -
CMYK 0 0.15 0.66 0.29
HSL 46.27º 0.49% 0.47% -
HSV(B) 46.27º 0.66% 0.71% -
XYZ 31.08 32.83 9.26 -
YUV 150.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 180 153 62 0 0.15 0.66 0.29 46.27 0.49 0.47
Hex B4 99 3E 0 F 42 1D 2E 31 2F
Octal 264 231 76 0 17 102 35 56 61 57
Binary 10110100 10011001 111110 0 1111 1000010 11101 101110 110001 101111

Color Harmonies of #B4993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4993E

Black with #B4993E

Text Example


Text Example

White with #B4993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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