Html Css Color HEX #BCB10D La Rioja

📋 copy color: '#BCB10D'

red 188 ◦ green 177 ◦ blue 13

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

Shades of La Rioja #BCB10D

Tints of La Rioja #BCB10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

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

R = 49.74%
G = 46.83%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB10D (or 0xBCB10D) is known color: La Rioja. HEX triplet: BC, B1 and 0D. RGB value is (188,177,13). Sum of RGB (Red+Green+Blue) = 188+177+13=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB10D is #434EF2. Grayscale: #A2A2A2. Windows color (decimal): -4411123 or 897468. OLE color: 897468.

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

Color convert

RGB 188 177 13 -
CMYK 0 0.06 0.93 0.26
HSL 56.23º 0.87% 0.39% -
HSV(B) 56.23º 0.93% 0.74% -
XYZ 36.53 42.16 6.59 -
YUV 161.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 188 177 13 0 0.06 0.93 0.26 56.23 0.87 0.39
Hex BC B1 D 0 6 5D 1A 38 57 27
Octal 274 261 15 0 6 135 32 70 127 47
Binary 10111100 10110001 1101 0 110 1011101 11010 111000 1010111 100111

Color Harmonies of #BCB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB10D

Black with #BCB10D

Text Example


Text Example

White with #BCB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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