Html Css Color HEX #BCB20D La Rioja

📋 copy color: '#BCB20D'

red 188 ◦ green 178 ◦ blue 13

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

Shades of La Rioja #BCB20D

Tints of La Rioja #BCB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

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

R = 49.6%
G = 46.97%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB20D (or 0xBCB20D) is known color: La Rioja. HEX triplet: BC, B2 and 0D. RGB value is (188,178,13). Sum of RGB (Red+Green+Blue) = 188+178+13=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB20D is #434DF2. Grayscale: #A2A2A2. Windows color (decimal): -4410867 or 897724. OLE color: 897724.

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

Color convert

RGB 188 178 13 -
CMYK 0 0.05 0.93 0.26
HSL 56.57º 0.87% 0.39% -
HSV(B) 56.57º 0.93% 0.74% -
XYZ 36.73 42.56 6.66 -
YUV 162.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 188 178 13 0 0.05 0.93 0.26 56.57 0.87 0.39
Hex BC B2 D 0 5 5D 1A 39 57 27
Octal 274 262 15 0 5 135 32 71 127 47
Binary 10111100 10110010 1101 0 101 1011101 11010 111001 1010111 100111

Color Harmonies of #BCB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB20D

Black with #BCB20D

Text Example


Text Example

White with #BCB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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