Html Css Color HEX #BDB394 Akaroa

📋 copy color: '#BDB394'

red 189 ◦ green 179 ◦ blue 148

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

Shades of Akaroa #BDB394

Tints of Akaroa #BDB394

RGB

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

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

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

R = 36.63%
G = 34.69%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB394 (or 0xBDB394) is known color: Akaroa. HEX triplet: BD, B3 and 94. RGB value is (189,179,148). Sum of RGB (Red+Green+Blue) = 189+179+148=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB394 is #424C6B. Grayscale: #B2B2B2. Windows color (decimal): -4344940 or 9745341. OLE color: 9745341.

HSL color Cylindrical-coordinate representation of color #BDB394: hue angle of 45.37º 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 #BDB394 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 148 -
CMYK 0 0.05 0.22 0.26
HSL 45.37º 0.24% 0.66% -
HSV(B) 45.37º 0.22% 0.74% -
XYZ 42.45 45.2 34.5 -
YUV 178.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 189 179 148 0 0.05 0.22 0.26 45.37 0.24 0.66
Hex BD B3 94 0 5 16 1A 2D 18 42
Octal 275 263 224 0 5 26 32 55 30 102
Binary 10111101 10110011 10010100 0 101 10110 11010 101101 11000 1000010

Color Harmonies of #BDB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB394

Black with #BDB394

Text Example


Text Example

White with #BDB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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