Html Css Color HEX #BFB19C Akaroa

📋 copy color: '#BFB19C'

red 191 ◦ green 177 ◦ blue 156

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

Shades of Akaroa #BFB19C

Tints of Akaroa #BFB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 36.45%
G = 33.78%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFB19C (or 0xBFB19C) is known color: Akaroa. HEX triplet: BF, B1 and 9C. RGB value is (191,177,156). Sum of RGB (Red+Green+Blue) = 191+177+156=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19C is #404E63. Grayscale: #B2B2B2. Windows color (decimal): -4214372 or 10269119. OLE color: 10269119.

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

Color convert

RGB 191 177 156 -
CMYK 0 0.07 0.18 0.25
HSL 36º 0.21% 0.68% -
HSV(B) 36º 0.18% 0.75% -
XYZ 43.21 44.92 37.85 -
YUV 178.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 191 177 156 0 0.07 0.18 0.25 36 0.21 0.68
Hex BF B1 9C 0 7 12 19 24 15 44
Octal 277 261 234 0 7 22 31 44 25 104
Binary 10111111 10110001 10011100 0 111 10010 11001 100100 10101 1000100

Color Harmonies of #BFB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB19C

Black with #BFB19C

Text Example


Text Example

White with #BFB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB19C; }

 p { color: rgb(191,177,156); }

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

background-color css

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

 a { background-color: rgb(191,177,156); }

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

border-color css

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

 span { border-color: rgb(191,177,156); }

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