Html Css Color HEX #BCB80D La Rioja

📋 copy color: '#BCB80D'

red 188 ◦ green 184 ◦ blue 13

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

Shades of La Rioja #BCB80D

Tints of La Rioja #BCB80D

RGB

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

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

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

R = 48.83%
G = 47.79%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB80D (or 0xBCB80D) is known color: La Rioja. HEX triplet: BC, B8 and 0D. RGB value is (188,184,13). Sum of RGB (Red+Green+Blue) = 188+184+13=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB80D is #4347F2. Grayscale: #A6A6A6. Windows color (decimal): -4409331 or 899260. OLE color: 899260.

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

Color convert

RGB 188 184 13 -
CMYK 0 0.02 0.93 0.26
HSL 58.63º 0.87% 0.39% -
HSV(B) 58.63º 0.93% 0.74% -
XYZ 37.95 45 7.07 -
YUV 165.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 188 184 13 0 0.02 0.93 0.26 58.63 0.87 0.39
Hex BC B8 D 0 2 5D 1A 3B 57 27
Octal 274 270 15 0 2 135 32 73 127 47
Binary 10111100 10111000 1101 0 10 1011101 11010 111011 1010111 100111

Color Harmonies of #BCB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB80D

Black with #BCB80D

Text Example


Text Example

White with #BCB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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