Html Css Color HEX #B4B20D La Rioja

📋 copy color: '#B4B20D'

red 180 ◦ green 178 ◦ blue 13

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

Shades of La Rioja #B4B20D

Tints of La Rioja #B4B20D

RGB

 RED value IS 180 (70.7% from 255) = 48.52%

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

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

R = 48.52%
G = 47.98%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4B20D (or 0xB4B20D) is known color: La Rioja. HEX triplet: B4, B2 and 0D. RGB value is (180,178,13). Sum of RGB (Red+Green+Blue) = 180+178+13=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B20D is #4B4DF2. Grayscale: #A0A0A0. Windows color (decimal): -4935155 or 897716. OLE color: 897716.

HSL color Cylindrical-coordinate representation of color #B4B20D: hue angle of 59.28º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4B20D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 13 -
CMYK 0 0.01 0.93 0.29
HSL 59.28º 0.87% 0.38% -
HSV(B) 59.28º 0.93% 0.71% -
XYZ 34.82 41.57 6.57 -
YUV 159.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 180 178 13 0 0.01 0.93 0.29 59.28 0.87 0.38
Hex B4 B2 D 0 1 5D 1D 3B 57 26
Octal 264 262 15 0 1 135 35 73 127 46
Binary 10110100 10110010 1101 0 1 1011101 11101 111011 1010111 100110

Color Harmonies of #B4B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B20D

Black with #B4B20D

Text Example


Text Example

White with #B4B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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