Html Css Color HEX #BFB09C Akaroa

📋 copy color: '#BFB09C'

red 191 ◦ green 176 ◦ blue 156

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

Shades of Akaroa #BFB09C

Tints of Akaroa #BFB09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

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

R = 36.52%
G = 33.65%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFB09C (or 0xBFB09C) is known color: Akaroa. HEX triplet: BF, B0 and 9C. RGB value is (191,176,156). Sum of RGB (Red+Green+Blue) = 191+176+156=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09C is #404F63. Grayscale: #B2B2B2. Windows color (decimal): -4214628 or 10268863. OLE color: 10268863.

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

Color convert

RGB 191 176 156 -
CMYK 0 0.08 0.18 0.25
HSL 34.29º 0.21% 0.68% -
HSV(B) 34.29º 0.18% 0.75% -
XYZ 43.01 44.53 37.78 -
YUV 178.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 191 176 156 0 0.08 0.18 0.25 34.29 0.21 0.68
Hex BF B0 9C 0 8 12 19 22 15 44
Octal 277 260 234 0 10 22 31 42 25 104
Binary 10111111 10110000 10011100 0 1000 10010 11001 100010 10101 1000100

Color Harmonies of #BFB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB09C

Black with #BFB09C

Text Example


Text Example

White with #BFB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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