Html Css Color HEX #BCB814 La Rioja

📋 copy color: '#BCB814'

red 188 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #BCB814

Tints of La Rioja #BCB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

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

R = 47.96%
G = 46.94%
B = 5.1%

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

#BCB814 (or 0xBCB814) is known color: La Rioja. HEX triplet: BC, B8 and 14. RGB value is (188,184,20). Sum of RGB (Red+Green+Blue) = 188+184+20=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB814 is #4347EB. Grayscale: #A7A7A7. Windows color (decimal): -4409324 or 1358012. OLE color: 1358012.

HSL color Cylindrical-coordinate representation of color #BCB814: hue angle of 58.57º 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 #BCB814 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 20 -
CMYK 0 0.02 0.89 0.26
HSL 58.57º 0.81% 0.41% -
HSV(B) 58.57º 0.89% 0.74% -
XYZ 38.01 45.02 7.35 -
YUV 166.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 188 184 20 0 0.02 0.89 0.26 58.57 0.81 0.41
Hex BC B8 14 0 2 59 1A 3B 51 29
Octal 274 270 24 0 2 131 32 73 121 51
Binary 10111100 10111000 10100 0 10 1011001 11010 111011 1010001 101001

Color Harmonies of #BCB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB814

Black with #BCB814

Text Example


Text Example

White with #BCB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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