Html Css Color HEX #BFA761 Laser

📋 copy color: '#BFA761'

red 191 ◦ green 167 ◦ blue 97

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

Shades of Laser #BFA761

Tints of Laser #BFA761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.7%

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

R = 41.98%
G = 36.7%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA761 (or 0xBFA761) is known color: Laser. HEX triplet: BF, A7 and 61. RGB value is (191,167,97). Sum of RGB (Red+Green+Blue) = 191+167+97=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA761 is #40589E. Grayscale: #A6A6A6. Windows color (decimal): -4216991 or 6399935. OLE color: 6399935.

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

Color convert

RGB 191 167 97 -
CMYK 0 0.13 0.49 0.25
HSL 44.68º 0.42% 0.56% -
HSV(B) 44.68º 0.49% 0.75% -
XYZ 37.46 39.58 16.97 -
YUV 166.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 191 167 97 0 0.13 0.49 0.25 44.68 0.42 0.56
Hex BF A7 61 0 D 31 19 2D 2A 38
Octal 277 247 141 0 15 61 31 55 52 70
Binary 10111111 10100111 1100001 0 1101 110001 11001 101101 101010 111000

Color Harmonies of #BFA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA761

Black with #BFA761

Text Example


Text Example

White with #BFA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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