Html Css Color HEX #BDB597 Akaroa

📋 copy color: '#BDB597'

red 189 ◦ green 181 ◦ blue 151

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

Shades of Akaroa #BDB597

Tints of Akaroa #BDB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

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

R = 36.28%
G = 34.74%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB597 (or 0xBDB597) is known color: Akaroa. HEX triplet: BD, B5 and 97. RGB value is (189,181,151). Sum of RGB (Red+Green+Blue) = 189+181+151=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB597 is #424A68. Grayscale: #B4B4B4. Windows color (decimal): -4344425 or 9942461. OLE color: 9942461.

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

Color convert

RGB 189 181 151 -
CMYK 0 0.04 0.20 0.26
HSL 47.37º 0.22% 0.67% -
HSV(B) 47.37º 0.2% 0.74% -
XYZ 43.1 46.1 35.91 -
YUV 179.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 189 181 151 0 0.04 0.20 0.26 47.37 0.22 0.67
Hex BD B5 97 0 4 14 1A 2F 16 43
Octal 275 265 227 0 4 24 32 57 26 103
Binary 10111101 10110101 10010111 0 100 10100 11010 101111 10110 1000011

Color Harmonies of #BDB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB597

Black with #BDB597

Text Example


Text Example

White with #BDB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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