Html Css Color HEX #BCB413 La Rioja

📋 copy color: '#BCB413'

red 188 ◦ green 180 ◦ blue 19

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

Shades of La Rioja #BCB413

Tints of La Rioja #BCB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 48.58%
G = 46.51%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB413 (or 0xBCB413) is known color: La Rioja. HEX triplet: BC, B4 and 13. RGB value is (188,180,19). Sum of RGB (Red+Green+Blue) = 188+180+19=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB413 is #434BEC. Grayscale: #A4A4A4. Windows color (decimal): -4410349 or 1291452. OLE color: 1291452.

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

Color convert

RGB 188 180 19 -
CMYK 0 0.04 0.90 0.26
HSL 57.16º 0.82% 0.41% -
HSV(B) 57.16º 0.9% 0.74% -
XYZ 37.18 43.38 7.03 -
YUV 164.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 188 180 19 0 0.04 0.90 0.26 57.16 0.82 0.41
Hex BC B4 13 0 4 5A 1A 39 52 29
Octal 274 264 23 0 4 132 32 71 122 51
Binary 10111100 10110100 10011 0 100 1011010 11010 111001 1010010 101001

Color Harmonies of #BCB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB413

Black with #BCB413

Text Example


Text Example

White with #BCB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB413; }

 p { color: rgb(188,180,19); }

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

background-color css

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

 a { background-color: rgb(188,180,19); }

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

border-color css

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

 span { border-color: rgb(188,180,19); }

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