Html Css Color HEX #BCB401 La Rioja

📋 copy color: '#BCB401'

red 188 ◦ green 180 ◦ blue 1

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

Shades of La Rioja #BCB401

Tints of La Rioja #BCB401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 50.95%
G = 48.78%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB401 (or 0xBCB401) is known color: La Rioja. HEX triplet: BC, B4 and 01. RGB value is (188,180,1). Sum of RGB (Red+Green+Blue) = 188+180+1=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB401 is #434BFE. Grayscale: #A2A2A2. Windows color (decimal): -4410367 or 111804. OLE color: 111804.

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

Color convert

RGB 188 180 1 -
CMYK 0 0.04 0.99 0.26
HSL 57.43º 0.99% 0.37% -
HSV(B) 57.43º 0.99% 0.74% -
XYZ 37.07 43.34 6.44 -
YUV 161.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 188 180 1 0 0.04 0.99 0.26 57.43 0.99 0.37
Hex BC B4 1 0 4 63 1A 39 63 25
Octal 274 264 1 0 4 143 32 71 143 45
Binary 10111100 10110100 1 0 100 1100011 11010 111001 1100011 100101

Color Harmonies of #BCB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB401

Black with #BCB401

Text Example


Text Example

White with #BCB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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