Html Css Color HEX #BF993E Roti

📋 copy color: '#BF993E'

red 191 ◦ green 153 ◦ blue 62

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

Shades of Roti #BF993E

Tints of Roti #BF993E

RGB

 RED value IS 191 (75% from 255) = 47.04%

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

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

R = 47.04%
G = 37.68%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF993E (or 0xBF993E) is known color: Roti. HEX triplet: BF, 99 and 3E. RGB value is (191,153,62). Sum of RGB (Red+Green+Blue) = 191+153+62=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF993E is #4066C1. Grayscale: #9A9A9A. Windows color (decimal): -4220610 or 4102591. OLE color: 4102591.

HSL color Cylindrical-coordinate representation of color #BF993E: hue angle of 42.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF993E is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 62 -
CMYK 0 0.20 0.68 0.25
HSL 42.33º 0.51% 0.5% -
HSV(B) 42.33º 0.68% 0.75% -
XYZ 33.75 34.21 9.38 -
YUV 153.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 191 153 62 0 0.20 0.68 0.25 42.33 0.51 0.5
Hex BF 99 3E 0 14 44 19 2A 33 32
Octal 277 231 76 0 24 104 31 52 63 62
Binary 10111111 10011001 111110 0 10100 1000100 11001 101010 110011 110010

Color Harmonies of #BF993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF993E

Black with #BF993E

Text Example


Text Example

White with #BF993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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