Html Css Color HEX #BFB19D Akaroa

📋 copy color: '#BFB19D'

red 191 ◦ green 177 ◦ blue 157

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

Shades of Akaroa #BFB19D

Tints of Akaroa #BFB19D

RGB

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

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

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

R = 36.38%
G = 33.71%
B = 29.9%

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

#BFB19D (or 0xBFB19D) is known color: Akaroa. HEX triplet: BF, B1 and 9D. RGB value is (191,177,157). Sum of RGB (Red+Green+Blue) = 191+177+157=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19D is #404E62. Grayscale: #B3B3B3. Windows color (decimal): -4214371 or 10334655. OLE color: 10334655.

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

Color convert

RGB 191 177 157 -
CMYK 0 0.07 0.18 0.25
HSL 35.29º 0.21% 0.68% -
HSV(B) 35.29º 0.18% 0.75% -
XYZ 43.29 44.95 38.29 -
YUV 178.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 191 177 157 0 0.07 0.18 0.25 35.29 0.21 0.68
Hex BF B1 9D 0 7 12 19 23 15 44
Octal 277 261 235 0 7 22 31 43 25 104
Binary 10111111 10110001 10011101 0 111 10010 11001 100011 10101 1000100

Color Harmonies of #BFB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB19D

Black with #BFB19D

Text Example


Text Example

White with #BFB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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