Html Css Color HEX #B2B40D La Rioja

📋 copy color: '#B2B40D'

red 178 ◦ green 180 ◦ blue 13

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

Shades of La Rioja #B2B40D

Tints of La Rioja #B2B40D

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B2B40D (or 0xB2B40D) is known color: La Rioja. HEX triplet: B2, B4 and 0D. RGB value is (178,180,13). Sum of RGB (Red+Green+Blue) = 178+180+13=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B40D is #4D4BF2. Grayscale: #A1A1A1. Windows color (decimal): -5065715 or 898226. OLE color: 898226.

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

Color convert

RGB 178 180 13 -
CMYK 0.01 0 0.93 0.29
HSL 60.72º 0.87% 0.38% -
HSV(B) 60.72º 0.93% 0.71% -
XYZ 34.75 42.14 6.68 -
YUV 160.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 178 180 13 0.01 0 0.93 0.29 60.72 0.87 0.38
Hex B2 B4 D 1 0 5D 1D 3D 57 26
Octal 262 264 15 1 0 135 35 75 127 46
Binary 10110010 10110100 1101 1 0 1011101 11101 111101 1010111 100110

Color Harmonies of #B2B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B40D

Black with #B2B40D

Text Example


Text Example

White with #B2B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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