Html Css Color HEX #BF7535 Meteor

📋 copy color: '#BF7535'

red 191 ◦ green 117 ◦ blue 53

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

Shades of Meteor #BF7535

Tints of Meteor #BF7535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 52.91%
G = 32.41%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF7535 (or 0xBF7535) is known color: Meteor. HEX triplet: BF, 75 and 35. RGB value is (191,117,53). Sum of RGB (Red+Green+Blue) = 191+117+53=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7535 is #408ACA. Grayscale: #848484. Windows color (decimal): -4229835 or 3503551. OLE color: 3503551.

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

Color convert

RGB 191 117 53 -
CMYK 0 0.39 0.72 0.25
HSL 27.83º 0.57% 0.48% -
HSV(B) 27.83º 0.72% 0.75% -
XYZ 28.49 24.06 6.51 -
YUV 131.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 191 117 53 0 0.39 0.72 0.25 27.83 0.57 0.48
Hex BF 75 35 0 27 48 19 1C 39 30
Octal 277 165 65 0 47 110 31 34 71 60
Binary 10111111 1110101 110101 0 100111 1001000 11001 11100 111001 110000

Color Harmonies of #BF7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7535

Black with #BF7535

Text Example


Text Example

White with #BF7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7535; }

 p { color: rgb(191,117,53); }

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

background-color css

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

 a { background-color: rgb(191,117,53); }

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

border-color css

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

 span { border-color: rgb(191,117,53); }

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