Html Css Color HEX #B7963C Roti

📋 copy color: '#B7963C'

red 183 ◦ green 150 ◦ blue 60

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

Shades of Roti #B7963C

Tints of Roti #B7963C

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

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

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 46.56%
G = 38.17%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7963C (or 0xB7963C) is known color: Roti. HEX triplet: B7, 96 and 3C. RGB value is (183,150,60). Sum of RGB (Red+Green+Blue) = 183+150+60=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7963C is #4869C3. Grayscale: #969696. Windows color (decimal): -4745668 or 3970743. OLE color: 3970743.

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

Color convert

RGB 183 150 60 -
CMYK 0 0.18 0.67 0.28
HSL 43.9º 0.51% 0.48% -
HSV(B) 43.9º 0.67% 0.72% -
XYZ 31.25 32.21 8.84 -
YUV 149.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 183 150 60 0 0.18 0.67 0.28 43.9 0.51 0.48
Hex B7 96 3C 0 12 43 1C 2C 33 30
Octal 267 226 74 0 22 103 34 54 63 60
Binary 10110111 10010110 111100 0 10010 1000011 11100 101100 110011 110000

Color Harmonies of #B7963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7963C

Black with #B7963C

Text Example


Text Example

White with #B7963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7963C; }

 p { color: rgb(183,150,60); }

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

background-color css

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

 a { background-color: rgb(183,150,60); }

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

border-color css

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

 span { border-color: rgb(183,150,60); }

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