Html Css Color HEX #BF7135 Meteor

📋 copy color: '#BF7135'

red 191 ◦ green 113 ◦ blue 53

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

Shades of Meteor #BF7135

Tints of Meteor #BF7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 53.5%
G = 31.65%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF7135 (or 0xBF7135) is known color: Meteor. HEX triplet: BF, 71 and 35. RGB value is (191,113,53). Sum of RGB (Red+Green+Blue) = 191+113+53=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7135 is #408ECA. Grayscale: #818181. Windows color (decimal): -4230859 or 3502527. OLE color: 3502527.

HSL color Cylindrical-coordinate representation of color #BF7135: hue angle of 26.09º 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 #BF7135 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 53 -
CMYK 0 0.41 0.72 0.25
HSL 26.09º 0.57% 0.48% -
HSV(B) 26.09º 0.72% 0.75% -
XYZ 28.03 23.14 6.36 -
YUV 129.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 191 113 53 0 0.41 0.72 0.25 26.09 0.57 0.48
Hex BF 71 35 0 29 48 19 1A 39 30
Octal 277 161 65 0 51 110 31 32 71 60
Binary 10111111 1110001 110101 0 101001 1001000 11001 11010 111001 110000

Color Harmonies of #BF7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7135

Black with #BF7135

Text Example


Text Example

White with #BF7135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7135; }

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

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

background-color css

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

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

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

border-color css

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

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

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