Html Css Color HEX #BF7337 Meteor

📋 copy color: '#BF7337'

red 191 ◦ green 115 ◦ blue 55

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

Shades of Meteor #BF7337

Tints of Meteor #BF7337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 52.91%
G = 31.86%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF7337 (or 0xBF7337) is known color: Meteor. HEX triplet: BF, 73 and 37. RGB value is (191,115,55). Sum of RGB (Red+Green+Blue) = 191+115+55=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7337 is #408CC8. Grayscale: #838383. Windows color (decimal): -4230345 or 3634111. OLE color: 3634111.

HSL color Cylindrical-coordinate representation of color #BF7337: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF7337 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 55 -
CMYK 0 0.40 0.71 0.25
HSL 26.47º 0.55% 0.48% -
HSV(B) 26.47º 0.71% 0.75% -
XYZ 28.31 23.61 6.68 -
YUV 130.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 191 115 55 0 0.40 0.71 0.25 26.47 0.55 0.48
Hex BF 73 37 0 28 47 19 1A 37 30
Octal 277 163 67 0 50 107 31 32 67 60
Binary 10111111 1110011 110111 0 101000 1000111 11001 11010 110111 110000

Color Harmonies of #BF7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7337

Black with #BF7337

Text Example


Text Example

White with #BF7337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7337; }

 p { color: rgb(191,115,55); }

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

background-color css

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

 a { background-color: rgb(191,115,55); }

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

border-color css

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

 span { border-color: rgb(191,115,55); }

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