Html Css Color HEX #BCBA12 La Rioja

📋 copy color: '#BCBA12'

red 188 ◦ green 186 ◦ blue 18

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

Shades of La Rioja #BCBA12

Tints of La Rioja #BCBA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 47.96%
G = 47.45%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCBA12 (or 0xBCBA12) is known color: La Rioja. HEX triplet: BC, BA and 12. RGB value is (188,186,18). Sum of RGB (Red+Green+Blue) = 188+186+18=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA12 is #4345ED. Grayscale: #A8A8A8. Windows color (decimal): -4408814 or 1227452. OLE color: 1227452.

HSL color Cylindrical-coordinate representation of color #BCBA12: hue angle of 59.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCBA12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 18 -
CMYK 0 0.01 0.90 0.26
HSL 59.29º 0.83% 0.4% -
HSV(B) 59.29º 0.9% 0.74% -
XYZ 38.41 45.85 7.4 -
YUV 167.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 188 186 18 0 0.01 0.90 0.26 59.29 0.83 0.4
Hex BC BA 12 0 1 5A 1A 3B 53 28
Octal 274 272 22 0 1 132 32 73 123 50
Binary 10111100 10111010 10010 0 1 1011010 11010 111011 1010011 101000

Color Harmonies of #BCBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA12

Black with #BCBA12

Text Example


Text Example

White with #BCBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA12; }

 p { color: rgb(188,186,18); }

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

background-color css

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

 a { background-color: rgb(188,186,18); }

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

border-color css

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

 span { border-color: rgb(188,186,18); }

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