Html Css Color HEX #BDB094 Akaroa

📋 copy color: '#BDB094'

red 189 ◦ green 176 ◦ blue 148

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

Shades of Akaroa #BDB094

Tints of Akaroa #BDB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 36.84%
G = 34.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB094 (or 0xBDB094) is known color: Akaroa. HEX triplet: BD, B0 and 94. RGB value is (189,176,148). Sum of RGB (Red+Green+Blue) = 189+176+148=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB094 is #424F6B. Grayscale: #B0B0B0. Windows color (decimal): -4345708 or 9744573. OLE color: 9744573.

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

Color convert

RGB 189 176 148 -
CMYK 0 0.07 0.22 0.26
HSL 40.98º 0.24% 0.66% -
HSV(B) 40.98º 0.22% 0.74% -
XYZ 41.86 44.01 34.31 -
YUV 176.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 189 176 148 0 0.07 0.22 0.26 40.98 0.24 0.66
Hex BD B0 94 0 7 16 1A 29 18 42
Octal 275 260 224 0 7 26 32 51 30 102
Binary 10111101 10110000 10010100 0 111 10110 11010 101001 11000 1000010

Color Harmonies of #BDB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB094

Black with #BDB094

Text Example


Text Example

White with #BDB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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