Html Css Color HEX #BFA658 Laser

📋 copy color: '#BFA658'

red 191 ◦ green 166 ◦ blue 88

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

Shades of Laser #BFA658

Tints of Laser #BFA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

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

R = 42.92%
G = 37.3%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA658 (or 0xBFA658) is known color: Laser. HEX triplet: BF, A6 and 58. RGB value is (191,166,88). Sum of RGB (Red+Green+Blue) = 191+166+88=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA658 is #4059A7. Grayscale: #A4A4A4. Windows color (decimal): -4217256 or 5809855. OLE color: 5809855.

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

Color convert

RGB 191 166 88 -
CMYK 0 0.13 0.54 0.25
HSL 45.44º 0.45% 0.55% -
HSV(B) 45.44º 0.54% 0.75% -
XYZ 36.88 39.05 14.83 -
YUV 164.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 191 166 88 0 0.13 0.54 0.25 45.44 0.45 0.55
Hex BF A6 58 0 D 36 19 2D 2D 37
Octal 277 246 130 0 15 66 31 55 55 67
Binary 10111111 10100110 1011000 0 1101 110110 11001 101101 101101 110111

Color Harmonies of #BFA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA658

Black with #BFA658

Text Example


Text Example

White with #BFA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA658; }

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

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

background-color css

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

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

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

border-color css

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

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

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