Html Css Color HEX #BFB398 Akaroa

📋 copy color: '#BFB398'

red 191 ◦ green 179 ◦ blue 152

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

Shades of Akaroa #BFB398

Tints of Akaroa #BFB398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

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

R = 36.59%
G = 34.29%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB398 (or 0xBFB398) is known color: Akaroa. HEX triplet: BF, B3 and 98. RGB value is (191,179,152). Sum of RGB (Red+Green+Blue) = 191+179+152=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB398 is #404C67. Grayscale: #B3B3B3. Windows color (decimal): -4213864 or 10007487. OLE color: 10007487.

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

Color convert

RGB 191 179 152 -
CMYK 0 0.06 0.20 0.25
HSL 41.54º 0.23% 0.67% -
HSV(B) 41.54º 0.2% 0.75% -
XYZ 43.27 45.58 36.22 -
YUV 179.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 191 179 152 0 0.06 0.20 0.25 41.54 0.23 0.67
Hex BF B3 98 0 6 14 19 2A 17 43
Octal 277 263 230 0 6 24 31 52 27 103
Binary 10111111 10110011 10011000 0 110 10100 11001 101010 10111 1000011

Color Harmonies of #BFB398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB398

Black with #BFB398

Text Example


Text Example

White with #BFB398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB398; }

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

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

background-color css

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

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

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

border-color css

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

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

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