Html Css Color HEX #BFA368 Laser

📋 copy color: '#BFA368'

red 191 ◦ green 163 ◦ blue 104

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

Shades of Laser #BFA368

Tints of Laser #BFA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 41.7%
G = 35.59%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFA368 (or 0xBFA368) is known color: Laser. HEX triplet: BF, A3 and 68. RGB value is (191,163,104). Sum of RGB (Red+Green+Blue) = 191+163+104=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA368 is #405C97. Grayscale: #A4A4A4. Windows color (decimal): -4218008 or 6857663. OLE color: 6857663.

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

Color convert

RGB 191 163 104 -
CMYK 0 0.15 0.46 0.25
HSL 40.69º 0.4% 0.58% -
HSV(B) 40.69º 0.46% 0.75% -
XYZ 37.08 38.27 18.53 -
YUV 164.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 191 163 104 0 0.15 0.46 0.25 40.69 0.4 0.58
Hex BF A3 68 0 F 2E 19 29 28 3A
Octal 277 243 150 0 17 56 31 51 50 72
Binary 10111111 10100011 1101000 0 1111 101110 11001 101001 101000 111010

Color Harmonies of #BFA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA368

Black with #BFA368

Text Example


Text Example

White with #BFA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA368; }

 p { color: rgb(191,163,104); }

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

background-color css

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

 a { background-color: rgb(191,163,104); }

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

border-color css

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

 span { border-color: rgb(191,163,104); }

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