Html Css Color HEX #BF7334 Meteor

📋 copy color: '#BF7334'

red 191 ◦ green 115 ◦ blue 52

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

Shades of Meteor #BF7334

Tints of Meteor #BF7334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 53.35%
G = 32.12%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF7334 (or 0xBF7334) is known color: Meteor. HEX triplet: BF, 73 and 34. RGB value is (191,115,52). Sum of RGB (Red+Green+Blue) = 191+115+52=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7334 is #408CCB. Grayscale: #828282. Windows color (decimal): -4230348 or 3437503. OLE color: 3437503.

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

Color convert

RGB 191 115 52 -
CMYK 0 0.40 0.73 0.25
HSL 27.19º 0.57% 0.48% -
HSV(B) 27.19º 0.73% 0.75% -
XYZ 28.24 23.59 6.31 -
YUV 130.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 191 115 52 0 0.40 0.73 0.25 27.19 0.57 0.48
Hex BF 73 34 0 28 49 19 1B 39 30
Octal 277 163 64 0 50 111 31 33 71 60
Binary 10111111 1110011 110100 0 101000 1001001 11001 11011 111001 110000

Color Harmonies of #BF7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7334

Black with #BF7334

Text Example


Text Example

White with #BF7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7334; }

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

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

background-color css

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

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

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

border-color css

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

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

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