Html Css Color HEX #BF7A34 Meteor

📋 copy color: '#BF7A34'

red 191 ◦ green 122 ◦ blue 52

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

Shades of Meteor #BF7A34

Tints of Meteor #BF7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

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

R = 52.33%
G = 33.42%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF7A34 (or 0xBF7A34) is known color: Meteor. HEX triplet: BF, 7A and 34. RGB value is (191,122,52). Sum of RGB (Red+Green+Blue) = 191+122+52=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A34 is #4085CB. Grayscale: #868686. Windows color (decimal): -4228556 or 3439295. OLE color: 3439295.

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

Color convert

RGB 191 122 52 -
CMYK 0 0.36 0.73 0.25
HSL 30.22º 0.57% 0.48% -
HSV(B) 30.22º 0.73% 0.75% -
XYZ 29.07 25.24 6.59 -
YUV 134.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 191 122 52 0 0.36 0.73 0.25 30.22 0.57 0.48
Hex BF 7A 34 0 24 49 19 1E 39 30
Octal 277 172 64 0 44 111 31 36 71 60
Binary 10111111 1111010 110100 0 100100 1001001 11001 11110 111001 110000

Color Harmonies of #BF7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A34

Black with #BF7A34

Text Example


Text Example

White with #BF7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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