Html Css Color HEX #B4963F Roti

📋 copy color: '#B4963F'

red 180 ◦ green 150 ◦ blue 63

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

Shades of Roti #B4963F

Tints of Roti #B4963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 45.8%
G = 38.17%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4963F (or 0xB4963F) is known color: Roti. HEX triplet: B4, 96 and 3F. RGB value is (180,150,63). Sum of RGB (Red+Green+Blue) = 180+150+63=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4963F is #4B69C0. Grayscale: #959595. Windows color (decimal): -4942273 or 4167348. OLE color: 4167348.

HSL color Cylindrical-coordinate representation of color #B4963F: hue angle of 44.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4963F is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 63 -
CMYK 0 0.17 0.65 0.29
HSL 44.62º 0.48% 0.48% -
HSV(B) 44.62º 0.65% 0.71% -
XYZ 30.63 31.87 9.24 -
YUV 149.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 180 150 63 0 0.17 0.65 0.29 44.62 0.48 0.48
Hex B4 96 3F 0 11 41 1D 2D 30 30
Octal 264 226 77 0 21 101 35 55 60 60
Binary 10110100 10010110 111111 0 10001 1000001 11101 101101 110000 110000

Color Harmonies of #B4963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4963F

Black with #B4963F

Text Example


Text Example

White with #B4963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4963F; }

 p { color: rgb(180,150,63); }

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

background-color css

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

 a { background-color: rgb(180,150,63); }

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

border-color css

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

 span { border-color: rgb(180,150,63); }

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