Html Css Color HEX #B8963E Roti

📋 copy color: '#B8963E'

red 184 ◦ green 150 ◦ blue 62

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

Shades of Roti #B8963E

Tints of Roti #B8963E

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

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

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

R = 46.46%
G = 37.88%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8963E (or 0xB8963E) is known color: Roti. HEX triplet: B8, 96 and 3E. RGB value is (184,150,62). Sum of RGB (Red+Green+Blue) = 184+150+62=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8963E is #4769C1. Grayscale: #969696. Windows color (decimal): -4680130 or 4101816. OLE color: 4101816.

HSL color Cylindrical-coordinate representation of color #B8963E: hue angle of 43.28º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8963E is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 62 -
CMYK 0 0.18 0.66 0.28
HSL 43.28º 0.5% 0.48% -
HSV(B) 43.28º 0.66% 0.72% -
XYZ 31.54 32.35 9.14 -
YUV 150.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 184 150 62 0 0.18 0.66 0.28 43.28 0.5 0.48
Hex B8 96 3E 0 12 42 1C 2B 32 30
Octal 270 226 76 0 22 102 34 53 62 60
Binary 10111000 10010110 111110 0 10010 1000010 11100 101011 110010 110000

Color Harmonies of #B8963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8963E

Black with #B8963E

Text Example


Text Example

White with #B8963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8963E; }

 p { color: rgb(184,150,62); }

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

background-color css

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

 a { background-color: rgb(184,150,62); }

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

border-color css

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

 span { border-color: rgb(184,150,62); }

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