Html Css Color HEX #BCB914 La Rioja

📋 copy color: '#BCB914'

red 188 ◦ green 185 ◦ blue 20

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

Shades of La Rioja #BCB914

Tints of La Rioja #BCB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 47.84%
G = 47.07%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB914 (or 0xBCB914) is known color: La Rioja. HEX triplet: BC, B9 and 14. RGB value is (188,185,20). Sum of RGB (Red+Green+Blue) = 188+185+20=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB914 is #4346EB. Grayscale: #A7A7A7. Windows color (decimal): -4409068 or 1358268. OLE color: 1358268.

HSL color Cylindrical-coordinate representation of color #BCB914: hue angle of 58.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB914 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 20 -
CMYK 0 0.02 0.89 0.26
HSL 58.93º 0.81% 0.41% -
HSV(B) 58.93º 0.89% 0.74% -
XYZ 38.21 45.44 7.42 -
YUV 167.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 188 185 20 0 0.02 0.89 0.26 58.93 0.81 0.41
Hex BC B9 14 0 2 59 1A 3B 51 29
Octal 274 271 24 0 2 131 32 73 121 51
Binary 10111100 10111001 10100 0 10 1011001 11010 111011 1010001 101001

Color Harmonies of #BCB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB914

Black with #BCB914

Text Example


Text Example

White with #BCB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB914; }

 p { color: rgb(188,185,20); }

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

background-color css

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

 a { background-color: rgb(188,185,20); }

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

border-color css

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

 span { border-color: rgb(188,185,20); }

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