Html Css Color HEX #BF6F2E Meteor

📋 copy color: '#BF6F2E'

red 191 ◦ green 111 ◦ blue 46

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

Shades of Meteor #BF6F2E

Tints of Meteor #BF6F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 54.89%
G = 31.9%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF6F2E (or 0xBF6F2E) is known color: Meteor. HEX triplet: BF, 6F and 2E. RGB value is (191,111,46). Sum of RGB (Red+Green+Blue) = 191+111+46=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F2E is #4090D1. Grayscale: #7F7F7F. Windows color (decimal): -4231378 or 3043263. OLE color: 3043263.

HSL color Cylindrical-coordinate representation of color #BF6F2E: hue angle of 26.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF6F2E is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 111 46 -
CMYK 0 0.42 0.76 0.25
HSL 26.9º 0.61% 0.46% -
HSV(B) 26.9º 0.76% 0.75% -
XYZ 27.66 22.64 5.5 -
YUV 127.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 191 111 46 0 0.42 0.76 0.25 26.9 0.61 0.46
Hex BF 6F 2E 0 2A 4C 19 1B 3D 2E
Octal 277 157 56 0 52 114 31 33 75 56
Binary 10111111 1101111 101110 0 101010 1001100 11001 11011 111101 101110

Color Harmonies of #BF6F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F2E

Black with #BF6F2E

Text Example


Text Example

White with #BF6F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F2E; }

 p { color: rgb(191,111,46); }

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

background-color css

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

 a { background-color: rgb(191,111,46); }

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

border-color css

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

 span { border-color: rgb(191,111,46); }

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