Html Css Color HEX #BCAB09 La Rioja

📋 copy color: '#BCAB09'

red 188 ◦ green 171 ◦ blue 9

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

Shades of La Rioja #BCAB09

Tints of La Rioja #BCAB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 9 (3.91% from 255) = 2.45%

R = 51.09%
G = 46.47%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCAB09 (or 0xBCAB09) is known color: La Rioja. HEX triplet: BC, AB and 09. RGB value is (188,171,9). Sum of RGB (Red+Green+Blue) = 188+171+9=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB09 is #4354F6. Grayscale: #9E9E9E. Windows color (decimal): -4412663 or 633788. OLE color: 633788.

HSL color Cylindrical-coordinate representation of color #BCAB09: hue angle of 54.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCAB09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 9 -
CMYK 0 0.09 0.95 0.26
HSL 54.3º 0.91% 0.39% -
HSV(B) 54.3º 0.95% 0.74% -
XYZ 35.35 39.84 6.08 -
YUV 157.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 188 171 9 0 0.09 0.95 0.26 54.3 0.91 0.39
Hex BC AB 9 0 9 5F 1A 36 5B 27
Octal 274 253 11 0 11 137 32 66 133 47
Binary 10111100 10101011 1001 0 1001 1011111 11010 110110 1011011 100111

Color Harmonies of #BCAB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB09

Black with #BCAB09

Text Example


Text Example

White with #BCAB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB09; }

 p { color: rgb(188,171,9); }

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

background-color css

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

 a { background-color: rgb(188,171,9); }

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

border-color css

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

 span { border-color: rgb(188,171,9); }

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