Html Css Color HEX #BFA158 Laser

📋 copy color: '#BFA158'

red 191 ◦ green 161 ◦ blue 88

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

Shades of Laser #BFA158

Tints of Laser #BFA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

 BLUE value IS 88 (34.77% from 255) = 20%

R = 43.41%
G = 36.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA158 (or 0xBFA158) is known color: Laser. HEX triplet: BF, A1 and 58. RGB value is (191,161,88). Sum of RGB (Red+Green+Blue) = 191+161+88=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA158 is #405EA7. Grayscale: #A1A1A1. Windows color (decimal): -4218536 or 5808575. OLE color: 5808575.

HSL color Cylindrical-coordinate representation of color #BFA158: hue angle of 42.52º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFA158 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 88 -
CMYK 0 0.16 0.54 0.25
HSL 42.52º 0.45% 0.55% -
HSV(B) 42.52º 0.54% 0.75% -
XYZ 35.99 37.27 14.53 -
YUV 161.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 191 161 88 0 0.16 0.54 0.25 42.52 0.45 0.55
Hex BF A1 58 0 10 36 19 2B 2D 37
Octal 277 241 130 0 20 66 31 53 55 67
Binary 10111111 10100001 1011000 0 10000 110110 11001 101011 101101 110111

Color Harmonies of #BFA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA158

Black with #BFA158

Text Example


Text Example

White with #BFA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA158; }

 p { color: rgb(191,161,88); }

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

background-color css

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

 a { background-color: rgb(191,161,88); }

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

border-color css

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

 span { border-color: rgb(191,161,88); }

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