Html Css Color HEX #BCB50D La Rioja

📋 copy color: '#BCB50D'

red 188 ◦ green 181 ◦ blue 13

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

Shades of La Rioja #BCB50D

Tints of La Rioja #BCB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.38%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 49.21%
G = 47.38%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB50D (or 0xBCB50D) is known color: La Rioja. HEX triplet: BC, B5 and 0D. RGB value is (188,181,13). Sum of RGB (Red+Green+Blue) = 188+181+13=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB50D is #434AF2. Grayscale: #A4A4A4. Windows color (decimal): -4410099 or 898492. OLE color: 898492.

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

Color convert

RGB 188 181 13 -
CMYK 0 0.04 0.93 0.26
HSL 57.6º 0.87% 0.39% -
HSV(B) 57.6º 0.93% 0.74% -
XYZ 37.34 43.77 6.86 -
YUV 163.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 188 181 13 0 0.04 0.93 0.26 57.6 0.87 0.39
Hex BC B5 D 0 4 5D 1A 3A 57 27
Octal 274 265 15 0 4 135 32 72 127 47
Binary 10111100 10110101 1101 0 100 1011101 11010 111010 1010111 100111

Color Harmonies of #BCB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB50D

Black with #BCB50D

Text Example


Text Example

White with #BCB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB50D; }

 p { color: rgb(188,181,13); }

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

background-color css

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

 a { background-color: rgb(188,181,13); }

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

border-color css

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

 span { border-color: rgb(188,181,13); }

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