Html Css Color HEX #B7B40C La Rioja

📋 copy color: '#B7B40C'

red 183 ◦ green 180 ◦ blue 12

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

Shades of La Rioja #B7B40C

Tints of La Rioja #B7B40C

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

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

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 48.8%
G = 48%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7B40C (or 0xB7B40C) is known color: La Rioja. HEX triplet: B7, B4 and 0C. RGB value is (183,180,12). Sum of RGB (Red+Green+Blue) = 183+180+12=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B40C is #484BF3. Grayscale: #A2A2A2. Windows color (decimal): -4738036 or 832695. OLE color: 832695.

HSL color Cylindrical-coordinate representation of color #B7B40C: hue angle of 58.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7B40C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 180 12 -
CMYK 0 0.02 0.93 0.28
HSL 58.95º 0.88% 0.38% -
HSV(B) 58.95º 0.93% 0.72% -
XYZ 35.92 42.74 6.7 -
YUV 161.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 183 180 12 0 0.02 0.93 0.28 58.95 0.88 0.38
Hex B7 B4 C 0 2 5D 1C 3B 58 26
Octal 267 264 14 0 2 135 34 73 130 46
Binary 10110111 10110100 1100 0 10 1011101 11100 111011 1011000 100110

Color Harmonies of #B7B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B40C

Black with #B7B40C

Text Example


Text Example

White with #B7B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B40C; }

 p { color: rgb(183,180,12); }

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

background-color css

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

 a { background-color: rgb(183,180,12); }

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

border-color css

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

 span { border-color: rgb(183,180,12); }

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