Html Css Color HEX #BFA961 Laser

📋 copy color: '#BFA961'

red 191 ◦ green 169 ◦ blue 97

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

Shades of Laser #BFA961

Tints of Laser #BFA961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 41.79%
G = 36.98%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA961 (or 0xBFA961) is known color: Laser. HEX triplet: BF, A9 and 61. RGB value is (191,169,97). Sum of RGB (Red+Green+Blue) = 191+169+97=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA961 is #40569E. Grayscale: #A7A7A7. Windows color (decimal): -4216479 or 6400447. OLE color: 6400447.

HSL color Cylindrical-coordinate representation of color #BFA961: hue angle of 45.96º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFA961 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 97 -
CMYK 0 0.12 0.49 0.25
HSL 45.96º 0.42% 0.56% -
HSV(B) 45.96º 0.49% 0.75% -
XYZ 37.83 40.32 17.1 -
YUV 167.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 191 169 97 0 0.12 0.49 0.25 45.96 0.42 0.56
Hex BF A9 61 0 C 31 19 2E 2A 38
Octal 277 251 141 0 14 61 31 56 52 70
Binary 10111111 10101001 1100001 0 1100 110001 11001 101110 101010 111000

Color Harmonies of #BFA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA961

Black with #BFA961

Text Example


Text Example

White with #BFA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA961; }

 p { color: rgb(191,169,97); }

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

background-color css

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

 a { background-color: rgb(191,169,97); }

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

border-color css

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

 span { border-color: rgb(191,169,97); }

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