Html Css Color HEX #B7983C Roti

📋 copy color: '#B7983C'

red 183 ◦ green 152 ◦ blue 60

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

Shades of Roti #B7983C

Tints of Roti #B7983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 46.33%
G = 38.48%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7983C (or 0xB7983C) is known color: Roti. HEX triplet: B7, 98 and 3C. RGB value is (183,152,60). Sum of RGB (Red+Green+Blue) = 183+152+60=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7983C is #4867C3. Grayscale: #979797. Windows color (decimal): -4745156 or 3971255. OLE color: 3971255.

HSL color Cylindrical-coordinate representation of color #B7983C: hue angle of 44.88º 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 #B7983C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 152 60 -
CMYK 0 0.17 0.67 0.28
HSL 44.88º 0.51% 0.48% -
HSV(B) 44.88º 0.67% 0.72% -
XYZ 31.57 32.85 8.95 -
YUV 150.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 183 152 60 0 0.17 0.67 0.28 44.88 0.51 0.48
Hex B7 98 3C 0 11 43 1C 2D 33 30
Octal 267 230 74 0 21 103 34 55 63 60
Binary 10110111 10011000 111100 0 10001 1000011 11100 101101 110011 110000

Color Harmonies of #B7983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7983C

Black with #B7983C

Text Example


Text Example

White with #B7983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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