Html Css Color HEX #BFB698 Akaroa

📋 copy color: '#BFB698'

red 191 ◦ green 182 ◦ blue 152

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

Shades of Akaroa #BFB698

Tints of Akaroa #BFB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

 BLUE value IS 152 (59.77% from 255) = 28.95%

R = 36.38%
G = 34.67%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB698 (or 0xBFB698) is known color: Akaroa. HEX triplet: BF, B6 and 98. RGB value is (191,182,152). Sum of RGB (Red+Green+Blue) = 191+182+152=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB698 is #404967. Grayscale: #B5B5B5. Windows color (decimal): -4213096 or 10008255. OLE color: 10008255.

HSL color Cylindrical-coordinate representation of color #BFB698: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB698 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 152 -
CMYK 0 0.05 0.20 0.25
HSL 46.15º 0.23% 0.67% -
HSV(B) 46.15º 0.2% 0.75% -
XYZ 43.88 46.8 36.43 -
YUV 181.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 191 182 152 0 0.05 0.20 0.25 46.15 0.23 0.67
Hex BF B6 98 0 5 14 19 2E 17 43
Octal 277 266 230 0 5 24 31 56 27 103
Binary 10111111 10110110 10011000 0 101 10100 11001 101110 10111 1000011

Color Harmonies of #BFB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB698

Black with #BFB698

Text Example


Text Example

White with #BFB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB698; }

 p { color: rgb(191,182,152); }

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

background-color css

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

 a { background-color: rgb(191,182,152); }

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

border-color css

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

 span { border-color: rgb(191,182,152); }

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