Html Css Color HEX #BDB097 Akaroa

📋 copy color: '#BDB097'

red 189 ◦ green 176 ◦ blue 151

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

Shades of Akaroa #BDB097

Tints of Akaroa #BDB097

RGB

 RED value IS 189 (74.22% from 255) = 36.63%

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 36.63%
G = 34.11%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB097 (or 0xBDB097) is known color: Akaroa. HEX triplet: BD, B0 and 97. RGB value is (189,176,151). Sum of RGB (Red+Green+Blue) = 189+176+151=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB097 is #424F68. Grayscale: #B1B1B1. Windows color (decimal): -4345705 or 9941181. OLE color: 9941181.

HSL color Cylindrical-coordinate representation of color #BDB097: hue angle of 39.47º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB097 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 151 -
CMYK 0 0.07 0.20 0.26
HSL 39.47º 0.22% 0.67% -
HSV(B) 39.47º 0.2% 0.74% -
XYZ 42.1 44.1 35.57 -
YUV 177.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 189 176 151 0 0.07 0.20 0.26 39.47 0.22 0.67
Hex BD B0 97 0 7 14 1A 27 16 43
Octal 275 260 227 0 7 24 32 47 26 103
Binary 10111101 10110000 10010111 0 111 10100 11010 100111 10110 1000011

Color Harmonies of #BDB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB097

Black with #BDB097

Text Example


Text Example

White with #BDB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB097; }

 p { color: rgb(189,176,151); }

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

background-color css

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

 a { background-color: rgb(189,176,151); }

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

border-color css

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

 span { border-color: rgb(189,176,151); }

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