Html Css Color HEX #BCB297 Akaroa

📋 copy color: '#BCB297'

red 188 ◦ green 178 ◦ blue 151

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

Shades of Akaroa #BCB297

Tints of Akaroa #BCB297

RGB

 RED value IS 188 (73.83% from 255) = 36.36%

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 36.36%
G = 34.43%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB297 (or 0xBCB297) is known color: Akaroa. HEX triplet: BC, B2 and 97. RGB value is (188,178,151). Sum of RGB (Red+Green+Blue) = 188+178+151=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB297 is #434D68. Grayscale: #B2B2B2. Windows color (decimal): -4410729 or 9941692. OLE color: 9941692.

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

Color convert

RGB 188 178 151 -
CMYK 0 0.05 0.20 0.26
HSL 43.78º 0.22% 0.66% -
HSV(B) 43.78º 0.2% 0.74% -
XYZ 42.25 44.77 35.69 -
YUV 177.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 188 178 151 0 0.05 0.20 0.26 43.78 0.22 0.66
Hex BC B2 97 0 5 14 1A 2C 16 42
Octal 274 262 227 0 5 24 32 54 26 102
Binary 10111100 10110010 10010111 0 101 10100 11010 101100 10110 1000010

Color Harmonies of #BCB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB297

Black with #BCB297

Text Example


Text Example

White with #BCB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB297; }

 p { color: rgb(188,178,151); }

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

background-color css

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

 a { background-color: rgb(188,178,151); }

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

border-color css

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

 span { border-color: rgb(188,178,151); }

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