Html Css Color HEX #BF7434 Meteor

📋 copy color: '#BF7434'

red 191 ◦ green 116 ◦ blue 52

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

Shades of Meteor #BF7434

Tints of Meteor #BF7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 53.2%
G = 32.31%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF7434 (or 0xBF7434) is known color: Meteor. HEX triplet: BF, 74 and 34. RGB value is (191,116,52). Sum of RGB (Red+Green+Blue) = 191+116+52=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7434 is #408BCB. Grayscale: #838383. Windows color (decimal): -4230092 or 3437759. OLE color: 3437759.

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

Color convert

RGB 191 116 52 -
CMYK 0 0.39 0.73 0.25
HSL 27.63º 0.57% 0.48% -
HSV(B) 27.63º 0.73% 0.75% -
XYZ 28.35 23.82 6.35 -
YUV 131.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 191 116 52 0 0.39 0.73 0.25 27.63 0.57 0.48
Hex BF 74 34 0 27 49 19 1C 39 30
Octal 277 164 64 0 47 111 31 34 71 60
Binary 10111111 1110100 110100 0 100111 1001001 11001 11100 111001 110000

Color Harmonies of #BF7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7434

Black with #BF7434

Text Example


Text Example

White with #BF7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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