Html Css Color HEX #BFB59D Akaroa

📋 copy color: '#BFB59D'

red 191 ◦ green 181 ◦ blue 157

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

Shades of Akaroa #BFB59D

Tints of Akaroa #BFB59D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

 BLUE value IS 157 (61.72% from 255) = 29.68%

R = 36.11%
G = 34.22%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFB59D (or 0xBFB59D) is known color: Akaroa. HEX triplet: BF, B5 and 9D. RGB value is (191,181,157). Sum of RGB (Red+Green+Blue) = 191+181+157=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB59D is #404A62. Grayscale: #B5B5B5. Windows color (decimal): -4213347 or 10335679. OLE color: 10335679.

HSL color Cylindrical-coordinate representation of color #BFB59D: hue angle of 42.35º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB59D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 157 -
CMYK 0 0.05 0.18 0.25
HSL 42.35º 0.21% 0.68% -
HSV(B) 42.35º 0.18% 0.75% -
XYZ 44.1 46.56 38.56 -
YUV 181.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 191 181 157 0 0.05 0.18 0.25 42.35 0.21 0.68
Hex BF B5 9D 0 5 12 19 2A 15 44
Octal 277 265 235 0 5 22 31 52 25 104
Binary 10111111 10110101 10011101 0 101 10010 11001 101010 10101 1000100

Color Harmonies of #BFB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB59D

Black with #BFB59D

Text Example


Text Example

White with #BFB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB59D; }

 p { color: rgb(191,181,157); }

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

background-color css

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

 a { background-color: rgb(191,181,157); }

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

border-color css

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

 span { border-color: rgb(191,181,157); }

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