Html Css Color HEX #BF7A33 Meteor

📋 copy color: '#BF7A33'

red 191 ◦ green 122 ◦ blue 51

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

Shades of Meteor #BF7A33

Tints of Meteor #BF7A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 52.47%
G = 33.52%
B = 14.01%

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

#BF7A33 (or 0xBF7A33) is known color: Meteor. HEX triplet: BF, 7A and 33. RGB value is (191,122,51). Sum of RGB (Red+Green+Blue) = 191+122+51=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A33 is #4085CC. Grayscale: #868686. Windows color (decimal): -4228557 or 3373759. OLE color: 3373759.

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

Color convert

RGB 191 122 51 -
CMYK 0 0.36 0.73 0.25
HSL 30.43º 0.58% 0.47% -
HSV(B) 30.43º 0.73% 0.75% -
XYZ 29.04 25.23 6.47 -
YUV 134.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 191 122 51 0 0.36 0.73 0.25 30.43 0.58 0.47
Hex BF 7A 33 0 24 49 19 1E 3A 2F
Octal 277 172 63 0 44 111 31 36 72 57
Binary 10111111 1111010 110011 0 100100 1001001 11001 11110 111010 101111

Color Harmonies of #BF7A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A33

Black with #BF7A33

Text Example


Text Example

White with #BF7A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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